aboutsummaryrefslogtreecommitdiff
path: root/check/xinit.sh
blob: a354422a0f6abd094d8fe610f42ebe6f0ec65451 (plain) (blame)
1
2
3
4
5
6
set \
    X/xinitrc \
    X/xinitrc.d/*.sh
for xinit do
    sh -n -- "$xinit" || exit
done