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