Shellcheck

This commit is contained in:
Kroese 2023-04-21 09:21:48 +02:00 committed by GitHub
parent d3ceff015f
commit 3b4e51e5e5

View File

@ -63,7 +63,7 @@ ARGS="${DEF_OPTS} ${CPU_OPTS} ${RAM_OPTS} ${KVM_OPTS} ${MON_OPTS} ${SERIAL_OPTS}
set -m
(
qemu-system-x86_64 ${ARGS} & echo $! > "${_QEMU_PID}"
"qemu-system-x86_64 ${ARGS}" & echo $! > "${_QEMU_PID}"
)
set +m