From 8141cccd8c928af9b43ae47fa26fa29fe5dc8227 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 27 Jun 2021 11:46:01 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xorg-xinit/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-xinit/xinitrc') diff --git a/xorg-xinit/xinitrc b/xorg-xinit/xinitrc index b10ab67..d4ca996 100644 --- a/xorg-xinit/xinitrc +++ b/xorg-xinit/xinitrc @@ -9,7 +9,7 @@ if test -z "$SESSION"; then fi # Export DESKTOP_SESSION -if [ ! "${SET_DESKTOP_SESSION}" = n ]; then +if test ! "${SET_DESKTOP_SESSION}" = n; then export DESKTOP_SESSION="$SESSION" fi -- cgit v1.2.3-70-g09d2