Fix syntax error
This commit is contained in:
parent
9c329d78d8
commit
51a4603db4
|
@ -154,7 +154,7 @@ if [ ! -z "$WINMGR" -a "$WINMGR" != "none" ] ; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
WINMGRNAME=${WINMGR%% *}
|
WINMGRNAME=${WINMGR%% *}
|
||||||
$WINMGR &;
|
$WINMGR &
|
||||||
winmgrpid=$!
|
winmgrpid=$!
|
||||||
|
|
||||||
# Wait for the window manager to startup
|
# Wait for the window manager to startup
|
||||||
|
|
Loading…
Reference in New Issue
Block a user