From: John Hodge Date: Thu, 9 Aug 2012 14:44:39 +0000 (+0800) Subject: RunQemu - Put quotes around kernel commandline for -dbin X-Git-Tag: rel0.15~706^2~49 X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=6ffe630a29490fbe79cc46d934650168af44ca10 RunQemu - Put quotes around kernel commandline for -dbin --- diff --git a/RunQemu b/RunQemu index 74316df7..67f91450 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 ;;