aboutsummaryrefslogtreecommitdiff
path: root/lint/bash
diff options
context:
space:
mode:
Diffstat (limited to 'lint/bash')
-rwxr-xr-xlint/bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint/bash b/lint/bash
index 80206f05..0fd11df1 100755
--- a/lint/bash
+++ b/lint/bash
@@ -1,2 +1,2 @@
#!/bin/sh
-find bash -type f -print -exec shellcheck -- {} \;
+find bash -type f -print -exec shellcheck -s bash -- {} \;