aboutsummaryrefslogtreecommitdiff
path: root/lint/ksh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lint/ksh.sh')
-rw-r--r--lint/ksh.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lint/ksh.sh b/lint/ksh.sh
index 102e0e54..117909b3 100644
--- a/lint/ksh.sh
+++ b/lint/ksh.sh
@@ -3,4 +3,3 @@ set \
ksh/kshrc.d/*.ksh
shellcheck -e SC1090 -s ksh -- "$@" || exit
shellcheck -e SC1090 -s sh -- ksh/shrc.d/ksh.sh || exit
-printf 'Korn shell dotfiles linted successfully.\n'