summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen2000-06-13 06:24:53 +0000
committerEric Andersen2000-06-13 06:24:53 +0000
commit053b1462b72feea51b3b8745662447d5f8d18fda (patch)
tree83edeea4d3913d4bbfab0fef6f46f5f4cbbd548c /Changelog
parentbaf22bff21f91a8c715729892113c1bf5b7b8c4a (diff)
downloadbusybox-053b1462b72feea51b3b8745662447d5f8d18fda.zip
busybox-053b1462b72feea51b3b8745662447d5f8d18fda.tar.gz
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
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 50c2884..3a497d1 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