From 7c31ea4e2978eee19988efbfddb2a8f3e0c6873d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 3 Jul 2000 14:55:49 +0000 Subject: Added support for ignoring '-g' per GNU ls, thanks to David Vrabel . Seems some ftp clients expect the '-g' option to exist. -Erik --- Changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 11464b6..e3467f3 100644 --- a/Changelog +++ b/Changelog @@ -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 -Erik Andersen -- cgit v1.1