Unverified Commit a0eeff12 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Fix syntax error

parent b16f0abf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ if [ ! -c /dev/tty ]; then
   qemu-system-x86_64 ${ARGS:+ $ARGS} &
else
   qemu-system-x86_64 ${ARGS:+ $ARGS} </dev/tty >/dev/tty &
else
fi
 
wait $!
sleep 1 & wait $!