From 00b9764a4145e235ed0e7cba9ba15476188c5e08 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Fri, 24 Aug 2007 11:44:10 +0000 Subject: MFH:- Fix problem with non-bash compliant shells --- scripts/php-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/php-config.in b/scripts/php-config.in index 0bb6f4ecfc..f7d0bcd354 100644 --- a/scripts/php-config.in +++ b/scripts/php-config.in @@ -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) -- cgit v1.2.1