From 51a4603db4e72fafb071b6615908eb1a82621837 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 24 Apr 2022 18:38:33 +0200 Subject: [PATCH] Fix syntax error --- ephemeral-x.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ephemeral-x.sh b/ephemeral-x.sh index 405eba9..600c934 100755 --- a/ephemeral-x.sh +++ b/ephemeral-x.sh @@ -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