aboutsummaryrefslogtreecommitdiff
path: root/check/sh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check/sh.sh')
-rw-r--r--check/sh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/sh.sh b/check/sh.sh
index 92910c11..e0162f47 100644
--- a/check/sh.sh
+++ b/check/sh.sh
@@ -4,7 +4,7 @@ set \
sh/shinit \
sh/shrc \
sh/shrc.d/*.sh
-for sh ; do
+for sh do
sh -n -- "$sh" || exit
done
printf 'POSIX shell dotfiles parsed successfully.\n'