fix a broken if statement (bug #4464)

This commit is contained in:
Dana Jansens 2010-01-05 21:37:58 -05:00
parent 331990a4f2
commit c6370aa48a

View file

@ -46,7 +46,7 @@ else
OB_SESSION=$(gconftool-2 -g $SPATH/openbox_session 2> /dev/null)
# update the GNOME/Openbox session if needed
if x$OB_SESSION != x$SESSION; then
if test x$OB_SESSION != x$SESSION; then
# the default session changed or we didn't run GNOME/Openbox before
gconftool-2 -t list --list-type=strings -s $SPATH/openbox_session \
"$SESSION" 2> /dev/null