This commit is contained in:
Kroese 2023-04-21 09:33:34 +02:00 committed by GitHub
parent bfa7f89b57
commit 0d0fac1ba3

View File

@ -64,7 +64,7 @@ IFS=' ' read -a ARG <<< "$ARGS"
set -m set -m
( (
"qemu-system-x86_64 "${ARG[@]}" & echo $! > "${_QEMU_PID}" qemu-system-x86_64 "${ARG[@]}" & echo $! > "${_QEMU_PID}"
) )
set +m set +m