From: John Hodge Date: Thu, 9 Aug 2012 16:17:24 +0000 (+0800) Subject: RunQemu - Oops, single quotes seem to break X-Git-Tag: rel0.15~706^2~46 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=b8e9743f601e97d01dbf41647c2c24d8f5f489b2;p=tpg%2Facess2.git RunQemu - Oops, single quotes seem to break --- diff --git a/RunQemu b/RunQemu index 67f91450..74316df7 100755 --- a/RunQemu +++ b/RunQemu @@ -26,7 +26,7 @@ while [ $# -ne 0 ]; do _kfile="KernelLand/Acess2.$1-$2.bin" fi BOOTOPT="-kernel $_kfile" - BOOTOPT=$BOOTOPT" -initrd KernelLand/Modules/Filesystems/FS_InitRD.kmd.$1 -append '$3'" + BOOTOPT=$BOOTOPT" -initrd KernelLand/Modules/Filesystems/FS_InitRD.kmd.$1 -append $3" shift shift ;;