aboutsummaryrefslogtreecommitdiff
path: root/check/bash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check/bash.sh')
-rw-r--r--check/bash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/bash.sh b/check/bash.sh
index 1f9e1b38..510f2af0 100644
--- a/check/bash.sh
+++ b/check/bash.sh
@@ -5,7 +5,7 @@ set \
bash/bash_profile \
bash/bashrc \
bash/bashrc.d/*.bash
-for bash ; do
+for bash do
bash -n -- "$bash" || exit
done
printf 'GNU Bash dotfiles parsed successfully.\n'