git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
402a6a6
)
contrib/qemu: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:41:54 +0000
(15:41 +0000)
committer
Michael Smith
<msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:51 +0000
(18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
contrib/qemu/run-qemu.sh
patch
|
blob
|
history
diff --git
a/contrib/qemu/run-qemu.sh
b/contrib/qemu/run-qemu.sh
index
60ae2b3
..
0c1d7d6
100755
(executable)
--- a/
contrib/qemu/run-qemu.sh
+++ b/
contrib/qemu/run-qemu.sh
@@
-227,7
+227,7
@@
else
netopt="-net none"
fi
-if [ "x$3" =
=
"xsingle" ]; then
+if [ "x$3" = "xsingle" ]; then
init="init=/bin/sh"
else
init=""