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 11511ebf..7168a5bc 100755
--- a/lint/sh
+++ b/lint/sh
@@ -1,2 +1,2 @@
#!/bin/sh
-find sh -type f -print -exec shellcheck -s sh -- {} \;
+find sh -type f -print -exec shellcheck -e SC1090 -s sh -- {} \;