summaryrefslogtreecommitdiff
path: root/pear/scripts
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2003-01-03 00:17:41 +0000
committerHarald Radi <phanto@php.net>2003-01-03 00:17:41 +0000
commitf1f96c86d173b1993cfa8aabe909d2cf67f00745 (patch)
tree5119a0878f5b2f051f2f2c0434b5ecc3940fd3d9 /pear/scripts
parentc74f56611bc387db84f3a521e54f5d27822759a1 (diff)
downloadphp-git-f1f96c86d173b1993cfa8aabe909d2cf67f00745.tar.gz
fixing typo
Diffstat (limited to 'pear/scripts')
-rwxr-xr-xpear/scripts/pear.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/scripts/pear.bat b/pear/scripts/pear.bat
index 5a028c2c81..a233effd7f 100755
--- a/pear/scripts/pear.bat
+++ b/pear/scripts/pear.bat
@@ -16,7 +16,7 @@ REM ----------------------------------------------------------------------
REM Authors: Alexander Merz (alexmerz@php.net)
REM ----------------------------------------------------------------------
REM
-REM $Id: pear.bat,v 1.10 2002/07/26 11:58:10 cox Exp $
+REM $Id: pear.bat,v 1.11 2002/12/13 02:10:23 ssb Exp $
REM change this lines to match the paths of your system
REM -------------------
@@ -25,5 +25,5 @@ set PHP_BIN=@php_bin@
set BIN_DIR=@bin_dir@
set PEAR_PATH=@include_path@
-%PHP_BIN% -C -d output_buffer=1 -d include_path=%PEAR_PATH% -f %BIN_DIR%\pear -- %1 %2 %3 %4 %5 %6 %7 %8 %9
+%PHP_BIN% -C -d output_buffering=1 -d include_path=%PEAR_PATH% -f %BIN_DIR%\pear -- %1 %2 %3 %4 %5 %6 %7 %8 %9
@ECHO ON