aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/qemu/run-qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/qemu/run-qemu.sh b/contrib/qemu/run-qemu.sh
index 60ae2b3ad8..0c1d7d62e5 100755
--- 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=""