Re: [Toybox] [BUG] ls applet ignores options if CONFIG_LS_COLOR is not set

2016-12-07 Thread darken
Works for me. Thanks for the fix! 2016-12-08 6:09 GMT+01:00 Rob Landley : > On 12/07/2016 10:52 PM, Rob Landley wrote: > > On 12/04/2016 10:29 PM, Rob Landley wrote: > >> On 12/04/2016 08:36 PM, darken wrote: > >>> If `CONFIG_LS_COLOR` is not set the `ls` applet doesn't take

Re: [Toybox] [BUG] ls applet ignores options if CONFIG_LS_COLOR is not set

2016-12-07 Thread Rob Landley
On 12/07/2016 10:52 PM, Rob Landley wrote: > On 12/04/2016 10:29 PM, Rob Landley wrote: >> On 12/04/2016 08:36 PM, darken wrote: >>> If `CONFIG_LS_COLOR` is not set the `ls` applet doesn't take options and >>> either ignores them or says `ls: Unknown option...`. >>> >>> Some testoutput: >>>

Re: [Toybox] [BUG] ls applet ignores options if CONFIG_LS_COLOR is not set

2016-12-07 Thread Rob Landley
On 12/04/2016 10:29 PM, Rob Landley wrote: > On 12/04/2016 08:36 PM, darken wrote: >> If `CONFIG_LS_COLOR` is not set the `ls` applet doesn't take options and >> either ignores them or says `ls: Unknown option...`. >> >> Some testoutput: >> https://github.com/landley/toybox/issues/57 >> >> Seems

Re: [Toybox] [BUG] ls applet ignores options if CONFIG_LS_COLOR is not set

2016-12-07 Thread Rob Landley
On 12/04/2016 10:29 PM, Rob Landley wrote: > On 12/04/2016 08:36 PM, darken wrote: >> If `CONFIG_LS_COLOR` is not set the `ls` applet doesn't take options and >> either ignores them or says `ls: Unknown option...`. >> >> Some testoutput: >> https://github.com/landley/toybox/issues/57 >> >> Seems

Re: [Toybox] [BUG] ls applet ignores options if CONFIG_LS_COLOR is not set

2016-12-04 Thread Rob Landley
On 12/04/2016 08:36 PM, darken wrote: > If `CONFIG_LS_COLOR` is not set the `ls` applet doesn't take options and > either ignores them or says `ls: Unknown option...`. > > Some testoutput: > https://github.com/landley/toybox/issues/57 > > Seems to be caused by commit: >