Fix syntax error

This commit is contained in:
Kuba Orlik 2022-04-24 18:38:33 +02:00
parent 9c329d78d8
commit 51a4603db4

View File

@ -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