From 43f9952db851ebcfa9f14b3e7e9a40886f43cd16 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 27 Dec 2018 00:05:26 +1300 Subject: Break up some long lines --- ksh/shrc.d/ksh.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ksh') diff --git a/ksh/shrc.d/ksh.sh b/ksh/shrc.d/ksh.sh index 8913b4a1..5ad14b9c 100644 --- a/ksh/shrc.d/ksh.sh +++ b/ksh/shrc.d/ksh.sh @@ -5,8 +5,8 @@ # Unfortunately, this isn't very simple, because KSH_VERSION is set by PDKSH # and derivatives, and in ksh93t+ and above, but not in earlier versions of -# ksh93. To make matters worse, the best way I can find for testing the version -# makes other shells throw tantrums. +# ksh93. To make matters worse, the best way I can find for testing the +# version makes other shells throw tantrums. # Does the name of our shell have "ksh" in it at all? This is in no way # guaranteed. It's just a heuristic that e.g. Bash shouldn't pass. @@ -19,8 +19,8 @@ esac # before we proceed ... if [ -z "$KSH_VERSION" ] ; then - # Test whether we have content in the .sh.version variable. Suppress errors - # and run it in a subshell to work around parsing error precedence. + # Test whether we have content in the .sh.version variable. Suppress + # errors and run it in a subshell to work around parsing error precedence. # shellcheck disable=SC2234 ( test -n "${.sh.version}" ) 2>/dev/null || return -- cgit v1.2.3