aboutsummaryrefslogtreecommitdiff
path: root/check/xinit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check/xinit.sh')
-rw-r--r--check/xinit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/xinit.sh b/check/xinit.sh
index fa235c9d..ae03b8c2 100644
--- a/check/xinit.sh
+++ b/check/xinit.sh
@@ -1,7 +1,7 @@
set \
X/xinitrc \
X/xinitrc.d/*.sh
-for xinit ; do
+for xinit do
sh -n -- "$xinit" || exit
done
printf 'Xinit startup scripts parsed successfully.\n'