This commit is contained in:
Eric Andersen
1999-11-09 01:51:02 +00:00
parent 50d6360771
commit 3d8dbe1ca0
2 changed files with 39 additions and 55 deletions

View File

@@ -7,6 +7,7 @@
thanks to Eric Delaunay.
* more started to read from stdin after the last file was finished, and
options were not parsed correctly (fix thanks to Eric Delaunay).
* more will now use the terminal size if BB_FEATURE_AUTOWIDTH is on.
* rm wouldn't remove a symlink unless the symlink was valid. This was
a side effect of the busybox 0.32 recursiveAction() fix. Things
should now work correctly.