dmitry Tue Jul 3 15:56:21 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src Makefile.global
Log:
Fixed "make test" mistakes
http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.57.2.5.2.11&r2=1.57.2.5.2.12&diff_format=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.57.2.5.2.11
php-src/Makefile.global:1.57.2.5.2.12
--- php-src/Makefile.global:1.57.2.5.2.11 Fri Jun 29 15:13:40 2007
+++ php-src/Makefile.global Tue Jul 3 15:56:21 2007
@@ -85,8 +85,8 @@
$(PHP_EXECUTABLE) $(PHP_TEST_SETTINGS)
$(top_srcdir)/run-tests.php -d extension_dir=modules/
$(PHP_TEST_SHARED_EXTENSIONS) tests/; \
elif test ! -z "$(SAPI_CLI_PATH)" && test -x "$(SAPI_CLI_PATH)"; then \
INI_FILE=`$(top_builddir)/$(SAPI_CLI_PATH) -r 'echo
php_ini_loaded_file();'`; \
- if test "$(INI_FILE)"; then \
- $(EGREP) -v '^extension[\t\ ]=' "$(INI_FILE)" >
$(top_builddir)/tmp-php.ini; \
+ if test "$$INI_FILE"; then \
+ $(EGREP) -v '^extension[\t\ ]*=' "$$INI_FILE" >
$(top_builddir)/tmp-php.ini; \
else \
echo > $(top_builddir)/tmp-php.ini; \
fi; \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php