From 0e370365bbc200941195b1255cf71d4a7d807d6f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 6 Jan 2017 19:46:24 +1300 Subject: Appease ShellCheck --- ksh/kshrc.d/bind.ksh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ksh') diff --git a/ksh/kshrc.d/bind.ksh b/ksh/kshrc.d/bind.ksh index af024fb9..c72a8674 100644 --- a/ksh/kshrc.d/bind.ksh +++ b/ksh/kshrc.d/bind.ksh @@ -3,6 +3,7 @@ case $KSH_VERSION in *'93'*) bind() { + # shellcheck disable=SC2154 case ${.sh.edchar} in $'\f') .sh.edchar=$'\e\f' ;; esac @@ -11,11 +12,11 @@ case $KSH_VERSION in ;; *'MIRBSD KSH'*) - bind ^L=clear-screen + bind '^L'='clear-screen' ;; *'PD KSH'*) - bind -m '^L'='^U'clear'^J^Y' + bind -m '^L'='^Uclear^J^Y' ;; esac -- cgit v1.2.3