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
|
||||
fi
|
||||
WINMGRNAME=${WINMGR%% *}
|
||||
$WINMGR &;
|
||||
$WINMGR &
|
||||
winmgrpid=$!
|
||||
|
||||
# Wait for the window manager to startup
|
||||
|
|
Loading…
Reference in New Issue
Block a user