aboutsummaryrefslogtreecommitdiff
path: root/ksh/shrc.d/ksh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ksh/shrc.d/ksh.sh')
-rw-r--r--ksh/shrc.d/ksh.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ksh/shrc.d/ksh.sh b/ksh/shrc.d/ksh.sh
index 9e032756..f074c832 100644
--- a/ksh/shrc.d/ksh.sh
+++ b/ksh/shrc.d/ksh.sh
@@ -21,10 +21,11 @@ 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
+ # shellcheck disable=SC2234,SC2296
( test -n "${.sh.version}" ) 2>/dev/null || return
# If that peculiarly named variable was set, then that's our KSH_VERSION
+ # shellcheck disable=SC2296
KSH_VERSION=${.sh.version}
fi