From bfd182f58340851c504c5b687b79b58ef3eba9b4 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Mon, 6 Mar 2023 14:34:01 +0100 Subject: [PATCH] configure: Quote --include-plugins argument This is allowed and documented to use `;` for separation. The newer eval functionality then sees that as a command terminator. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5dd6b7f00f..2332f53ce2 100755 --- a/configure +++ b/configure @@ -230,7 +230,7 @@ while [ $# -ne 0 ]; do append_cache_entry CMAKE_TOOLCHAIN_FILE PATH $optarg ;; --include-plugins=*) - append_cache_entry ZEEK_INCLUDE_PLUGINS STRING $optarg + append_cache_entry ZEEK_INCLUDE_PLUGINS STRING \"$optarg\" ;; --prefix=*) prefix=$optarg