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