aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-31 22:03:31 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-31 22:03:31 +1300
commit511e93a6d25e277b37763d7aeda02ede0f288fb0 (patch)
treee4589fc57b0e59e8855ba2551e4362046f702838
parentAdjust `check-bin`, `lint-bin` for built scripts (diff)
downloaddotfiles-511e93a6d25e277b37763d7aeda02ede0f288fb0.tar.gz
dotfiles-511e93a6d25e277b37763d7aeda02ede0f288fb0.zip
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).
-rw-r--r--check/bin.sh2
1 files changed, 1 insertions, 1 deletions
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'