]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: Fix quoting and option name
authorAndrea Bolognani <abologna@redhat.com>
Thu, 24 Aug 2023 15:41:39 +0000 (17:41 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 28 Aug 2023 12:21:54 +0000 (14:21 +0200)
commitd40c6cad64fda4767ea7b2567d129eeac8557d6f
treea73caf587abea560294397165f5bb4da4bd46a4f
parentb68d253c4603a041cb993fa133ba25e610a78929
ci: Fix quoting and option name

Multiple values passed to --meson-args need to be quoted so that
the shell will interpret them correctly. The option's name was
also reported incorrectly, so fix that as well.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
ci/build.sh