contrib/qemu: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:41:54 +0000 (15:41 +0000)
committerMichael 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

index 60ae2b3..0c1d7d6 100755 (executable)
@@ -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=""