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, 2 insertions, 1 deletions
diff --git a/lint/bin.sh b/lint/bin.sh
index 0fe82d7a..2c990d2a 100644
--- a/lint/bin.sh
+++ b/lint/bin.sh
@@ -1 +1,2 @@
-find bin -type f -name '*.sh' -print -exec shellcheck -e SC1090 -s sh -- {} +
+shellcheck -e SC1090 -s sh -- \
+ bin/*.sh