Skip to content

Commit 00b9764

Browse files
author
Jani Taskinen
committed
MFH:- Fix problem with non-bash compliant shells
1 parent 6ed33cd commit 00b9764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/php-config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
fi
3939

4040
# Remove quotes
41-
configure_options="`echo $configure_options | $SED -e "s#'##g"`"
41+
configure_options=`echo $configure_options | $SED -e "s#'##g"`
4242

4343
case "$1" in
4444
--prefix)

0 commit comments

Comments
 (0)