This commit is contained in:
Kroese 2023-04-26 20:44:33 +02:00 committed by GitHub
parent bc122a2c9c
commit fd1543f8ce

View File

@ -81,5 +81,5 @@ set +m
if (( KERNEL > 4 )); then if (( KERNEL > 4 )); then
pidwait -F "${_QEMU_PID}" & wait $! pidwait -F "${_QEMU_PID}" & wait $!
else else
tail --pid "$(cat ${_QEMU_PID})" --follow /dev/null & wait $! tail --pid $(cat "${_QEMU_PID}") --follow /dev/null & wait $!
fi fi