mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
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.
This commit is contained in:
parent
1146c62728
commit
bfd182f583
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue