summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-09-14 17:57:32 +0000
committerfoobar <sniper@php.net>2005-09-14 17:57:32 +0000
commitd5809b85f9d107110d2162093d1b7ed819ab665e (patch)
tree1c3731b0da2f2095da2d48bcd75f3193de14eca8 /Makefile.global
parentdc929d011c1b1d7a8ce1675485767c01b40205ab (diff)
downloadphp-git-d5809b85f9d107110d2162093d1b7ed819ab665e.tar.gz
MFH
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.global b/Makefile.global
index 62d4a61b1f..78c35677e4 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -48,12 +48,12 @@ install-modules: build-modules
install-su: install-pear
test: all
- -@if test ! -z $(PHP_EXECUTABLE) && test -x $(PHP_EXECUTABLE); then \
+ -@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \
TEST_PHP_SRCDIR=$(top_srcdir) \
CC="$(CC)" \
$(PHP_EXECUTABLE) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php -d 'extension_dir=modules/' -d `( . $(PHP_MODULES) ; echo extension=$$dlname)` tests/; \
- elif test ! -z $(SAPI_CLI_PATH) && test -x $(SAPI_CLI_PATH); then \
+ elif test ! -z "$(SAPI_CLI_PATH)" && test -x "$(SAPI_CLI_PATH)"; then \
TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
TEST_PHP_SRCDIR=$(top_srcdir) \
CC="$(CC)" \