aboutsummaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-31 23:03:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-31 23:03:47 +1300
commit87369f1ec9913f48c5902d8e730750b8a9772eba (patch)
tree12dbc9259b1f5393bdb91d8d9a22eaaa9ff0d042 /check
parentAdd idea and issue regarding checking and linting (diff)
downloaddotfiles-87369f1ec9913f48c5902d8e730750b8a9772eba.tar.gz
dotfiles-87369f1ec9913f48c5902d8e730750b8a9772eba.zip
Correct some vestigial programs to shell names
Just for consistency.
Diffstat (limited to 'check')
-rw-r--r--check/games.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/games.sh b/check/games.sh
index 7d1c3694..cb1bcc31 100644
--- a/check/games.sh
+++ b/check/games.sh
@@ -2,4 +2,4 @@
for game in games/*.sh ; do
sh -n -- "${game%.sh}" || exit
done
-printf 'sh(1) games parsed successfully.\n'
+printf 'POSIX sh games parsed successfully.\n'