* [PATCH] stubdom: Fix quotes in stub domain creation
@ 2008-04-05 12:24 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-04-05 12:24 UTC (permalink / raw)
To: xen-devel
stubdom: Fix quotes in stub domain creation
by using the same as in debug mode.
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 76c9cf11ce23 stubdom/stubdom-dm
--- a/stubdom/stubdom-dm Fri Mar 21 09:45:34 2008 +0000
+++ b/stubdom/stubdom-dm Sat Apr 05 13:22:28 2008 +0100
@@ -74,7 +74,7 @@ done
creation="xm create -c stubdom-$domname target=$domid memory=32 extra=\"$extra\""
-(while true ; do sleep 60 ; done) | $creation &
+(while true ; do sleep 60 ; done) | /bin/sh -c "$creation" &
#xterm -geometry +0+0 -e /bin/sh -c "$creation ; echo ; echo press ENTER to shut down ; read" &
consolepid=$!
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-05 12:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-05 12:24 [PATCH] stubdom: Fix quotes in stub domain creation Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.