This commit is contained in:
Kroese 2023-07-18 19:35:56 +02:00 committed by GitHub
parent d5e3ed8907
commit 502c068d30

View File

@ -93,7 +93,7 @@ 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 $!
fi