mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-23 18:33:41 +08:00
Argument passing
This commit is contained in:
@@ -30,7 +30,6 @@ ARGS+=("-cpu_arch=${HOST_CPU}")
|
||||
[ -n "$GUEST_SERIAL" ] && ARGS+=("-guestsn=${GUEST_SERIAL}")
|
||||
[ -n "$HOST_VERSION" ] && ARGS+=("-version=${HOST_VERSION}")
|
||||
|
||||
|
||||
if [ "$DEBUG" = "Y" ]; then
|
||||
echo -n "./run/host.bin "
|
||||
echo "${ARGS[*]}" && echo
|
||||
|
||||
Reference in New Issue
Block a user