From cd78e65ebb1dc1b60678f0109424022bea86c5e6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 19 Dec 2018 15:39:55 +1300 Subject: Remove diagnostic messages from check/lint scripts So that `make -s` works nicely. --- lint/ksh.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'lint/ksh.sh') 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' -- cgit v1.2.3