This commit is contained in:
Kroese 2023-07-18 19:34:49 +02:00 committed by GitHub
parent f0e5a61e73
commit d5e3ed8907

View File

@ -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 $!