]> granicus.if.org Git - php/commitdiff
fixing typo
authorHarald Radi <phanto@php.net>
Fri, 3 Jan 2003 00:17:41 +0000 (00:17 +0000)
committerHarald Radi <phanto@php.net>
Fri, 3 Jan 2003 00:17:41 +0000 (00:17 +0000)
pear/scripts/pear.bat

index 5a028c2c8116792dae2d7c0f30dc72d98515610e..a233effd7f9a98618d6d738c51213a4b10d483a4 100755 (executable)
@@ -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