mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-23 18:33:41 +08:00
Args
This commit is contained in:
@@ -64,7 +64,7 @@ IFS=' ' read -a ARG <<< "$ARGS"
|
||||
|
||||
set -m
|
||||
(
|
||||
"qemu-system-x86_64 "${ARG[@]}" & echo $! > "${_QEMU_PID}"
|
||||
qemu-system-x86_64 "${ARG[@]}" & echo $! > "${_QEMU_PID}"
|
||||
)
|
||||
set +m
|
||||
|
||||
|
||||
Reference in New Issue
Block a user