aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-xinit/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xinit/xinitrc')
-rw-r--r--xorg-xinit/xinitrc2
1 files changed, 1 insertions, 1 deletions
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