From 67745d4f441d9cb5ca51684d2b97d142d86fcdb4 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 2 Apr 2005 23:51:24 +0000 Subject: [PATCH] remove -n switch --- pear/go-pear.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/go-pear.bat b/pear/go-pear.bat index 4aa323a7ae..b61dc602b5 100644 --- a/pear/go-pear.bat +++ b/pear/go-pear.bat @@ -1,4 +1,4 @@ @ECHO OFF set PHP_BIN=php.exe -%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php %1 +%PHP_BIN% -d output_buffering=0 PEAR\go-pear.php %1 pause -- 2.40.0