aboutsummaryrefslogtreecommitdiff
path: root/check/games.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check/games.sh')
-rw-r--r--check/games.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/check/games.sh b/check/games.sh
index cb1bcc31..bea65a08 100644
--- a/check/games.sh
+++ b/check/games.sh
@@ -1,5 +1,5 @@
-# POSIX sh
+# POSIX shell
for game in games/*.sh ; do
sh -n -- "${game%.sh}" || exit
done
-printf 'POSIX sh games parsed successfully.\n'
+printf 'POSIX shell games parsed successfully.\n'