From f1f96c86d173b1993cfa8aabe909d2cf67f00745 Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Fri, 3 Jan 2003 00:17:41 +0000 Subject: [PATCH] fixing typo --- pear/scripts/pear.bat | 4 ++-- 1 file 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 -- 2.40.0