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

Rob Landley rob at landley.net
Wed Dec 7 20:20:57 PST 2016


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 to be caused by commit:
>> https://github.com/landley/toybox/commit/48c75324f758e77ca3ba64072a48a7407e765570
>> Reverting it fixes this.
> 
> Huh.
> 
> In generated.flags.h:
> #define OPTSTR_ls
> "(^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^As^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A"
> 
> Yeah, that's not right. Digging into it.
> 
> Thanks for the heads up,

Try now?

Rob



More information about the Toybox mailing list