aboutsummaryrefslogtreecommitdiff
path: root/check/bin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check/bin.sh')
-rw-r--r--check/bin.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/check/bin.sh b/check/bin.sh
index 08b12778..61b46af8 100644
--- a/check/bin.sh
+++ b/check/bin.sh
@@ -1,8 +1,8 @@
-# POSIX sh
+# POSIX shell
for bin in bin/*.sh ; do
sh -n -- "${bin%.sh}" || exit
done
-printf 'POSIX sh binscripts parsed successfully.\n'
+printf 'POSIX shell binscripts parsed successfully.\n'
# GNU Bash
if command -v bash >/dev/null 2>&1 ; then