mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
Patch from Mike to fix handling of +x.yn.
This commit is contained in:
@@ -1445,6 +1445,10 @@ set_ordering (s, key, blanktype)
|
||||
break;
|
||||
case 'n':
|
||||
key->numeric = 1;
|
||||
if (blanktype == bl_start || blanktype == bl_both)
|
||||
key->skipsblanks = 1;
|
||||
if (blanktype == bl_end || blanktype == bl_both)
|
||||
key->skipeblanks = 1;
|
||||
break;
|
||||
case 'r':
|
||||
key->reverse = 1;
|
||||
|
||||
Reference in New Issue
Block a user