From: Greg Beaver Date: Mon, 25 Oct 2004 04:11:40 +0000 (+0000) Subject: pass in first parameter to work with go-pear 0.5.0 "local" option X-Git-Tag: php-5.0.3RC1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1228570437bd04b28cd2319c863dab02f906ac79;p=php pass in first parameter to work with go-pear 0.5.0 "local" option --- diff --git a/pear/go-pear.bat b/pear/go-pear.bat index 7f369d9f68..4aa323a7ae 100644 --- a/pear/go-pear.bat +++ b/pear/go-pear.bat @@ -1,4 +1,4 @@ @ECHO OFF set PHP_BIN=php.exe -%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php +%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php %1 pause