aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-xinit/xinitrc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-27 11:46:01 +0200
committerMattias Andrée <maandree@kth.se>2021-06-27 11:46:01 +0200
commit8141cccd8c928af9b43ae47fa26fa29fe5dc8227 (patch)
tree95753426d36f5ed30756d5746019f61d3bb68b13 /xorg-xinit/xinitrc
parentAdd ALSA defaults for North (diff)
downloaddotfiles-8141cccd8c928af9b43ae47fa26fa29fe5dc8227.tar.gz
dotfiles-8141cccd8c928af9b43ae47fa26fa29fe5dc8227.tar.bz2
dotfiles-8141cccd8c928af9b43ae47fa26fa29fe5dc8227.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
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