aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
Diffstat (limited to 'lint')
-rw-r--r--lint/sh.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lint/sh.sh b/lint/sh.sh
index 632585bf..ccf4cc7f 100644
--- a/lint/sh.sh
+++ b/lint/sh.sh
@@ -1 +1,2 @@
-find sh -type f -print -exec shellcheck -e SC1090 -s sh -- {} +
+find sh ksh/shrc.d mpd/profile.d \
+ -type f -print -exec shellcheck -e SC1090 -s sh -- {} +