From: Keir Fraser Date: Sat, 5 Apr 2008 21:19:02 +0000 (+0100) Subject: stubdom: Fix quotes in stub domain creation X-Git-Tag: 3.3.0-rc1~243^2~67 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c198b3a1f5dd8a98d4d8e748a7f5827f9a8a09ca;p=xen.git stubdom: Fix quotes in stub domain creation by using the same as in debug mode. Signed-off-by: Samuel Thibault --- diff --git a/stubdom/stubdom-dm b/stubdom/stubdom-dm index 03fbd3ba0d..49df178fcb 100644 --- a/stubdom/stubdom-dm +++ b/stubdom/stubdom-dm @@ -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=$!