git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f533985
)
RunQemu - Oops, single quotes seem to break
author
John Hodge
<
[email protected]
>
Thu, 9 Aug 2012 16:17:24 +0000
(
00:17
+0800)
committer
John Hodge
<
[email protected]
>
Thu, 9 Aug 2012 16:17:24 +0000
(
00:17
+0800)
RunQemu
patch
|
blob
|
history
diff --git
a/RunQemu
b/RunQemu
index
67f9145
..
74316df
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