mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-08-06 19:32:26 +02:00
build-system: BUGFIX: arguments to CMake/autotools must be quoted
This commit is contained in:
@@ -782,7 +782,7 @@ pbuild::configure() {
|
||||
local -a config_args=()
|
||||
local -- arg=''
|
||||
for arg in "${CONFIGURE_ARGS[@]}"; do
|
||||
config_args+=( $(envsubst <<<"${arg}") )
|
||||
config_args+=( "$(envsubst <<<"${arg}")" )
|
||||
done
|
||||
if [[ -r "${SRC_DIR}/configure" ]] && \
|
||||
[[ "${configure_with}" == 'auto' ]] || \
|
||||
|
||||
Reference in New Issue
Block a user