aboutsummaryrefslogtreecommitdiff
path: root/lint/xinit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lint/xinit.sh')
-rw-r--r--lint/xinit.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/lint/xinit.sh b/lint/xinit.sh
index b5ff6937..cebb59a7 100644
--- a/lint/xinit.sh
+++ b/lint/xinit.sh
@@ -1 +1,3 @@
-find X -type f \( -name xinitrc -o -name '*.sh' \) -print -exec shellcheck -e SC1090 -s sh -- {} +
+shellcheck -e SC1090 -s sh -- \
+ X/xinitrc \
+ X/xinitrc.d/*.sh