Fix a bug pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>

where you used to see:
      ./grep -q -i B some_file
      B: No such file or directory
This is now fixed.
 -Erik
This commit is contained in:
Eric Andersen
2000-06-13 06:24:53 +00:00
parent baf22bff21
commit 053b1462b7
3 changed files with 27 additions and 18 deletions

View File

@@ -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