From df054c2839260c6b3de1328c9f7a47900c0db1e8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 25 Jul 2018 14:52:52 +1200 Subject: Stamp down three new ShellCheck 0.5.0 errors All of these are false positives. --- ksh/shrc.d/ksh.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ksh') diff --git a/ksh/shrc.d/ksh.sh b/ksh/shrc.d/ksh.sh index b591f37c..cc6eeb32 100644 --- a/ksh/shrc.d/ksh.sh +++ b/ksh/shrc.d/ksh.sh @@ -21,6 +21,7 @@ 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. + # shellcheck disable=SC2234 ( test -n "${.sh.version}" ) 2>/dev/null || return # If that peculiarly named variable was set, then that's our KSH_VERSION -- cgit v1.2.3