aboutsummaryrefslogtreecommitdiff
path: root/lint/games.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lint/games.sh')
-rw-r--r--lint/games.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/lint/games.sh b/lint/games.sh
index 772c8678..6e3e3024 100644
--- a/lint/games.sh
+++ b/lint/games.sh
@@ -1,2 +1 @@
-shellcheck -e SC1090 -s sh -- \
- games/*.sh
+find games -type f -name '*.sh' -print -exec shellcheck -e SC1090 -s sh -- {} +