Minor fix... no spaces when assigning variables

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=175
This commit is contained in:
Dominique Leuenberger 2013-04-13 17:57:20 +00:00 committed by Git OBS Bridge
parent 570d607362
commit c5b6d8c122

2
gnome
View File

@ -90,7 +90,7 @@ fi
# in case we want to start gnome-classic, we need to inject --session into the cmd line.
if [ "$1" == "gnome-classic" ]; then
session = "--session"
session="--session"
fi
exec /usr/bin/gnome-session ${session} $*