mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fix problem with non-bash compliant shells
This commit is contained in:
parent
7d4db18772
commit
eb10507f1e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ else
|
|||
fi
|
||||
|
||||
# Remove quotes
|
||||
configure_options="`echo $configure_options | $SED -e "s#'##g"`"
|
||||
configure_options=`echo $configure_options | $SED -e "s#'##g"`
|
||||
|
||||
case "$1" in
|
||||
--prefix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue