prepare for using go-pear.phar

This commit is contained in:
Greg Beaver 2005-09-11 17:39:15 +00:00
parent be945f9fe2
commit af01525d1e

View file

@ -1,4 +1,4 @@
@ECHO OFF
set PHP_BIN=php.exe
%PHP_BIN% -d output_buffering=0 PEAR\go-pear.php %1
%PHP_BIN% -d output_buffering=0 go-pear.phar
pause