Unverified Commit 7184934a authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Argument passing

parent a53a36f6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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