Bug fix. grep wasn't printing file names they way it was supposed to.

-Erik
This commit is contained in:
Erik Andersen
2000-01-19 04:30:37 +00:00
parent 46a4e76243
commit a2f69e5485
3 changed files with 14 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
0.42
* Made tar creation support in busybox tar optional.
* Made grep and grep -h do the right thing wrt printing
the file name (it failed to print files names in many cases).
-Erik Andersen