NativeLib - Including kernelland locks
[tpg/acess2.git] / RunQemu
diff --git a/RunQemu b/RunQemu
index 31c5ee8..b73a9f3 100755 (executable)
--- a/RunQemu
+++ b/RunQemu
@@ -80,12 +80,12 @@ fi
 #      qemu-system-x86_64 $QEMU_PARAMS -serial stdio | tee QemuLog.txt
 #echo $QEMU $BOOTOPT $QEMU_PARAMS
 if [ "x$_NOGRAPHIC" = "xyes" ] ; then
-       $QEMU $BOOTOPT $QEMU_PARAMS -nographic
+       eval $QEMU $BOOTOPT $QEMU_PARAMS -nographic
        exit
 fi
 
 if [ "x$_NOTEE" = "xyes" ] ; then
-       $QEMU $BOOTOPT $QEMU_PARAMS -serial stdio
+       eval $QEMU $BOOTOPT $QEMU_PARAMS -serial stdio
        exit
 fi
 

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