aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/stubdom-dm
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-05 22:19:02 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-05 22:19:02 +0100
commitc198b3a1f5dd8a98d4d8e748a7f5827f9a8a09ca (patch)
tree7fc7ea47f2d45bd23cc13e96060cd927298915eb /stubdom/stubdom-dm
parent28aaa7bfff26a30206184be1aca7359392b7d1eb (diff)
downloadxen-c198b3a1f5dd8a98d4d8e748a7f5827f9a8a09ca.tar.gz
xen-c198b3a1f5dd8a98d4d8e748a7f5827f9a8a09ca.tar.bz2
xen-c198b3a1f5dd8a98d4d8e748a7f5827f9a8a09ca.zip
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>
Diffstat (limited to 'stubdom/stubdom-dm')
-rw-r--r--stubdom/stubdom-dm2
1 files changed, 1 insertions, 1 deletions
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=$!