aboutsummaryrefslogtreecommitdiff
path: root/check/sh
diff options
context:
space:
mode:
Diffstat (limited to 'check/sh')
-rwxr-xr-xcheck/sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/sh b/check/sh
index 47e41c77..ec3ba339 100755
--- a/check/sh
+++ b/check/sh
@@ -1,5 +1,5 @@
#!/bin/sh
-for sh in sh/* sh/profile.d/* ; do
+for sh in sh/* sh/profile.d/* sh/shrc.d/* ; do
[ -f "$sh" ] || continue
sh -n "$sh" || exit
done