summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-06-27 22:05:31 +0000
committerAntony Dovgal <tony2001@php.net>2007-06-27 22:05:31 +0000
commit4b2c457288fd03fdb1eed72e040cb62a072cd194 (patch)
tree7784385927262261720e5ca13ecf6ffe6f0bb060 /Makefile.global
parent6e48ec45ddf853826888a0d1ff41027aeadc6e1d (diff)
downloadphp-git-4b2c457288fd03fdb1eed72e040cb62a072cd194.tar.gz
ksh is a pita
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index 8115f1e030..d1160a895e 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -69,7 +69,7 @@ install-headers:
install-su: install-pear
-PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in $(PHP_MODULES); do . $$i ; echo -n "-d extension=$$dlname "; done; fi;)`
+PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in "$(PHP_MODULES)"; do . $$i ; echo -n '-d extension=$$dlname '; done; fi;)`
PHP_TEST_SETTINGS=-d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1'
test: all