[libvirt PATCH 2/2] ci: Fix quoting and option name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 ci/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/build.sh b/ci/build.sh
index 0e07b2e59d..d5ed8ad104 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -10,7 +10,7 @@ export VIR_TEST_DEBUG=1
 #
 # $MESON_ARGS correspond to meson's setup args, i.e. configure args. It's
 # populated either from a GitLab's job configuration or from command line as
-# `$ helper build --meson-configure-args=-Dopt1 -Dopt2` when run in a local
+# `$ helper build --meson-args='-Dopt1 -Dopt2'` when run in a local
 # containerized environment
 #
 # The contents of $MESON_ARGS (defined locally) should take precedence over
-- 
2.41.0




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux