From 053b1462b72feea51b3b8745662447d5f8d18fda Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 13 Jun 2000 06:24:53 +0000 Subject: Fix a bug pointed out by Michal Jaegermann where you used to see: ./grep -q -i B some_file B: No such file or directory This is now fixed. -Erik --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 50c28843b..3a497d1a2 100644 --- a/Changelog +++ b/Changelog @@ -78,6 +78,7 @@ for helping track this one down. * More doc updates * Fixed grep "Line too long" problem -- John Beppu + * Fixed 'grep -q -i B some_file' so it works * math takes input from stdin if no args are given. -- John Beppu -- cgit v1.2.3