From 8427c06262a075820dc91133a2be242690197b85 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 Mar 2017 15:12:39 +1300 Subject: Remove SC2154 ignore for $.sh from ksh startup --- ksh/shrc.d/ksh.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'ksh') diff --git a/ksh/shrc.d/ksh.sh b/ksh/shrc.d/ksh.sh index 6101fc84..aa5c4cbc 100644 --- a/ksh/shrc.d/ksh.sh +++ b/ksh/shrc.d/ksh.sh @@ -21,7 +21,6 @@ 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=SC2154 ( 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