1
0
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:
Jim Meyering
1995-05-05 04:37:21 +00:00
parent f45ff2cfaf
commit 04c2f73f6f

View File

@@ -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;