aboutsummaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rw-r--r--check/sh.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/check/sh.sh b/check/sh.sh
index 53d8c4b6..c5a86955 100644
--- a/check/sh.sh
+++ b/check/sh.sh
@@ -1,4 +1,10 @@
-for sh in sh/* sh/profile.d/* sh/shrc.d/* ; do
+for sh in \
+ sh/* sh/profile.d/* sh/shrc.d/* \
+ keychain/profile.d/* keychain/shrc.d/* \
+ ksh/shrc.d/* \
+ mpd/profile.d/* \
+ plenv/profile.d/* plenv/shrc.d/* \
+; do
[ -f "$sh" ] || continue
sh -n "$sh" || exit
done