From: Aurelien Jarno Date: Wed, 12 Jun 2019 20:07:25 +0000 (+0200) Subject: qemu-system-aarch64-wrapper: fix -M ? option following recent changes X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=67e302d68c0e1847f62cbf778f91f00079a59297 qemu-system-aarch64-wrapper: fix -M ? option following recent changes --- diff --git a/modules/ganeti2/files/qemu-system-aarch64-wrapper b/modules/ganeti2/files/qemu-system-aarch64-wrapper index d00d1557b..407f87da4 100755 --- a/modules/ganeti2/files/qemu-system-aarch64-wrapper +++ b/modules/ganeti2/files/qemu-system-aarch64-wrapper @@ -23,8 +23,7 @@ while [ "$1" ]; do # Ignore the machine argument (it will be defined below), # except when querying the list of machines if [ "$2" = "?" ] ; then - args+=("-M") - args+=("?") + machine="?" fi shift ;;