Commit 4356e5eb authored by Kroese's avatar Kroese Committed by GitHub
Browse files
parents f0e5a61e 502c068d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -93,8 +93,8 @@ set -m
)
set +m

if (( KERNEL > 5 )) || ( (( KERNEL == 5 )) && (( MINOR > 10 )) ); then
if (( KERNEL > 5 )) || ( (( KERNEL == 5 )) && (( MINOR > 2 )) ); 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 $!