diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-31 22:03:31 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-31 22:03:31 +1300 |
commit | 511e93a6d25e277b37763d7aeda02ede0f288fb0 (patch) | |
tree | e4589fc57b0e59e8855ba2551e4362046f702838 /check | |
parent | Adjust `check-bin`, `lint-bin` for built scripts (diff) | |
download | dotfiles-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).
Diffstat (limited to 'check')
-rw-r--r-- | check/bin.sh | 2 |
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' |