diff options
Diffstat (limited to '')
-rw-r--r-- | xorg-xinit/xinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-xinit/xinit b/xorg-xinit/xinit index 3d3d0bb..67400c1 100644 --- a/xorg-xinit/xinit +++ b/xorg-xinit/xinit @@ -2,7 +2,7 @@ for f in /etc/X11/xinit/xinitrc.d/*; do if test "$f" = /etc/X11/xinit/xinitrc.d/50-systemd-user.sh; then - # Ignore that file, it causes a catastrophic failure that is hard to locate + : # Ignore that file, it causes a catastrophic failure that is hard to locate elif test -r "$f"; then . -- "$f" fi |