From 5db8f26a51195ab9e557709d4b6670c145e7afdd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 21 Jul 2021 12:08:24 +0200 Subject: Fix previous commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xorg-xinit/xinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2