Loading src/entry.sh +2 −3 Original line number Diff line number Diff line Loading @@ -37,8 +37,7 @@ else qemu-system-x86_64 ${ARGS:+ $ARGS} </dev/tty >/dev/tty & fi rc=0 wait $! || rc=$? { wait $! 2>/dev/null; rc=$?; } || rc=$? [ -f "$QEMU_END" ] && exit "$rc" sleep 1 & wait $! Loading Loading
src/entry.sh +2 −3 Original line number Diff line number Diff line Loading @@ -37,8 +37,7 @@ else qemu-system-x86_64 ${ARGS:+ $ARGS} </dev/tty >/dev/tty & fi rc=0 wait $! || rc=$? { wait $! 2>/dev/null; rc=$?; } || rc=$? [ -f "$QEMU_END" ] && exit "$rc" sleep 1 & wait $! Loading