On Sat, 24 Oct 2015 02:38:27 +0200, [email protected] wrote: > >Synopsis: sort ignore reverse option if ignore-leading-blanks is set > >Category: system > >Environment: > System : OpenBSD 5.8 > Details : OpenBSD 5.8 (GENERIC.MP) #1: Wed Oct 14 19:38:08 CEST 201 > 5 > [email protected]:/binpatchng/work-binp > atch58-amd64/src/sys/arch/amd64/compile/GENERIC.MP > > Architecture: OpenBSD.amd64 > Machine : amd64 > >Description: > The reverse option is ignored if ignore-leading-blanks is used. > I found the issue by using wiconfig because the nwids are sorted in the > wrong order. > https://github.com/devious/wiconfig/blob/master/wiconfig#L281 > >Fix: > I found that the default modifier is not copied for each empty key if b > flag is set. > Here is a patch that fixes the issue.
Patch applied, thanks. - todd
