RunQemu - Put quotes around kernel commandline for -dbin
authorJohn Hodge <[email protected]>
Thu, 9 Aug 2012 14:44:39 +0000 (22:44 +0800)
committerJohn Hodge <[email protected]>
Thu, 9 Aug 2012 14:44:39 +0000 (22:44 +0800)
RunQemu

diff --git a/RunQemu b/RunQemu
index 74316df..67f9145 100755 (executable)
--- 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
                ;;

UCC git Repository :: git.ucc.asn.au