From 87369f1ec9913f48c5902d8e730750b8a9772eba Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 31 Oct 2017 23:03:47 +1300 Subject: Correct some vestigial programs to shell names Just for consistency. --- lint/bin.sh | 2 +- lint/games.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lint') diff --git a/lint/bin.sh b/lint/bin.sh index d27494dd..6037ca55 100644 --- a/lint/bin.sh +++ b/lint/bin.sh @@ -4,7 +4,7 @@ for bin in bin/*.sh ; do set -- "$@" "${bin%.sh}" done shellcheck -e SC1090 -- "$@" || exit -printf 'POSIX sh binscripts linted successfully.\n' +printf 'POSIX shell binscripts linted successfully.\n' # GNU Bash if command -v bash >/dev/null 2>&1 ; then diff --git a/lint/games.sh b/lint/games.sh index 240961af..6d51ba0d 100644 --- a/lint/games.sh +++ b/lint/games.sh @@ -4,4 +4,4 @@ for game in games/*.sh ; do set -- "$@" "${game%.sh}" done shellcheck -e SC1090 -- "$@" || exit -printf 'sh(1) games linted successfully.\n' +printf 'POSIX shell games linted successfully.\n' -- cgit v1.2.3