]> www.infradead.org Git - users/dwmw2/qemu.git/commit
qemu-binfmt-conf.sh: fix -F option
authorMartin Wilck <mwilck@suse.com>
Mon, 29 Nov 2021 13:51:00 +0000 (14:51 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 6 Jan 2022 10:40:40 +0000 (11:40 +0100)
commit719fab3afad22f34f0c812a8956adc88ab3242ce
tree6e502ba59846b47e6847743d5d9c57aa29474453
parentfb084237a3b78b20fd9d888dffd673b6656ea3be
qemu-binfmt-conf.sh: fix -F option

qemu-binfmt-conf.sh should use "-F" as short option for "--qemu-suffix".
Fix the getopt call to make this work.

Fixes: 7155be7cda5c ("qemu-binfmt-conf.sh: allow to provide a suffix to the interpreter name")
Signed-off-by: Martin Wilck <mwilck@suse.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20211129135100.3934-1-mwilck@suse.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
scripts/qemu-binfmt-conf.sh