summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/go-pear.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/go-pear.bat b/pear/go-pear.bat
index b61dc602b5..2be4efd210 100644
--- a/pear/go-pear.bat
+++ b/pear/go-pear.bat
@@ -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