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