From 511e93a6d25e277b37763d7aeda02ede0f288fb0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 31 Oct 2017 22:03:31 +1300 Subject: Correct misleading output for `lint-bin` We haven't checked all of the shell scripts, just the POSIX sh ones, which at present, is all but one of them; han(1df). --- check/bin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check') diff --git a/check/bin.sh b/check/bin.sh index 87bea709..c3185f19 100644 --- a/check/bin.sh +++ b/check/bin.sh @@ -1,4 +1,4 @@ for bin in bin/*.sh ; do sh -n -- "${bin%.sh}" || exit done -printf 'All shell scripts in bin parsed successfully.\n' +printf 'sh(1) binscripts parsed successfully.\n' -- cgit v1.2.3