Added support for ignoring '-g' per GNU ls, thanks to David Vrabel

<dvrabel@arcom.co.uk>.  Seems some ftp clients expect the '-g' option
to exist.
 -Erik
This commit is contained in:
Eric Andersen
2000-07-03 14:55:49 +00:00
parent 5d41d60f1e
commit 7c31ea4e29
3 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
* Added support for being a login shell, so things like
'-su' or '-sh' (stuff where argv[0][0]=='-') will now always
invoke the shell. Now you can use BusyBox as a login shell.
* ls.c now ignores '-g', since some ftp clients like that sort
of thing. Patch thanks to David Vrabel <dvrabel@arcom.co.uk>
-Erik Andersen