We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2ac35 commit 40846b2Copy full SHA for 40846b2
src/scripts/extensions/source.sh
@@ -13,7 +13,7 @@ parse_args() {
13
# Function to parse configure options for pecl
14
# Make sure we have all options in name="value" form i.e XML properties.
15
parse_pecl_configure_options() {
16
- configure_opts=$(echo "$1" | sed -r -e "s#['\"]|--##g")
+ configure_opts=$(echo "$1" | sed -E -e "s#['\"]|--##g")
17
IFS=' ' read -r -a opts_array <<< "$configure_opts"
18
output_opts=()
19
for opt in "${opts_array[@]}"; do
0 commit comments