From: Harald Radi Date: Fri, 3 Jan 2003 00:17:41 +0000 (+0000) Subject: fixing typo X-Git-Tag: PHP_5_0_dev_before_13561_fix~519 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1f96c86d173b1993cfa8aabe909d2cf67f00745;p=php fixing typo --- 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