Commit d5e3ed89 authored by Kroese's avatar Kroese Committed by GitHub
Browse files
parent f0e5a61e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -95,6 +95,6 @@ set +m

if (( KERNEL > 5 )) || ( (( KERNEL == 5 )) && (( MINOR > 10 )) ); then
  pidwait -F "${_QEMU_PID}" & wait $!
else
  tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $!
fi

tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $!