aboutsummaryrefslogtreecommitdiff
path: root/lint/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 /lint/games.sh
parentMerge branch 'release/v0.2.0' (diff)
parentUse "shell" not "sh" consistently (diff)
downloaddotfiles-37b4cb6866f6a0a1d843109b97b34bdf092be22b.tar.gz (sig)
dotfiles-37b4cb6866f6a0a1d843109b97b34bdf092be22b.zip
Merge branch 'hotfix/v0.2.1'v0.2.1
Diffstat (limited to 'lint/games.sh')
-rw-r--r--lint/games.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint/games.sh b/lint/games.sh
index 6d51ba0d..184728b6 100644
--- a/lint/games.sh
+++ b/lint/games.sh
@@ -1,4 +1,4 @@
-# POSIX sh
+# POSIX shell
set --
for game in games/*.sh ; do
set -- "$@" "${game%.sh}"