From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] stubdom: Fix quotes in stub domain creation
Date: Sat, 5 Apr 2008 14:24:29 +0200 [thread overview]
Message-ID: <20080405122429.GE4005@implementation> (raw)
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=$!
reply other threads:[~2008-04-05 12:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080405122429.GE4005@implementation \
--to=samuel.thibault@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.