diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-27 11:46:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-27 11:46:01 +0200 |
commit | 8141cccd8c928af9b43ae47fa26fa29fe5dc8227 (patch) | |
tree | 95753426d36f5ed30756d5746019f61d3bb68b13 | |
parent | Add ALSA defaults for North (diff) | |
download | dotfiles-8141cccd8c928af9b43ae47fa26fa29fe5dc8227.tar.gz dotfiles-8141cccd8c928af9b43ae47fa26fa29fe5dc8227.tar.bz2 dotfiles-8141cccd8c928af9b43ae47fa26fa29fe5dc8227.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | xorg-xinit/xinitrc | 2 |
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 |