aboutsummaryrefslogtreecommitdiff
path: root/check/games.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-31 23:38:49 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-31 23:38:49 +1300
commit6cd6eca312208b503c986024daf45b0f73a0d48c (patch)
tree4bf8b368c7a673a5f76ce17c5e2f3cf0307404b5 /check/games.sh
parentMerge branch 'release/v0.2.0' (diff)
parentUse "shell" not "sh" consistently (diff)
downloaddotfiles-0.2.1.tar.gz (sig)
dotfiles-0.2.1.zip
Merge branch 'hotfix/v0.2.1'v0.2.1
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'