From e8231e09505dd05a0541f117a1acd25783cb83e1 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Thu, 19 Aug 2010 15:01:29 +0800 Subject: poky-qemu-internal: fix the echo of KERNCMDLINE Without the fix, when the commandline is printed with the "echo" command, it loses the quotes and this confuses people. Thanks Richard for pointing this out. Signed-off-by: Dexuan Cui --- scripts/poky-qemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index aac51b5..a9029dc 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal @@ -352,7 +352,7 @@ else fi echo "Running $QEMU..." -echo $QEMUBIN -kernel $ZIMAGE $QEMUOPTIONS $SERIALOPTS $* --append "$KERNCMDLINE" +echo $QEMUBIN -kernel $ZIMAGE $QEMUOPTIONS $SERIALOPTS $* --append '"'$KERNCMDLINE'"' $QEMUBIN -kernel $ZIMAGE $QEMUOPTIONS $SERIALOPTS $* --append "$KERNCMDLINE" || /bin/true release_lock -- cgit v1.1