sort: make -h work with -k and blank used as thousands separator
commitdfbc945a562f870f6647672374c00d4f1ffb6097
authorKamil Dudka <kdudka@redhat.com>
Mon, 18 Jul 2016 17:04:44 +0000 (18 19:04 +0200)
committerPádraig Brady <P@draigBrady.com>
Mon, 18 Jul 2016 21:12:32 +0000 (18 22:12 +0100)
treeffcfa583d444b054b01e07487307b84460872191
parent5cc804337b06d46a2fe34f018e26e8bb8148b117
sort: make -h work with -k and blank used as thousands separator

* src/sort.c (traverse_raw_number): Allow to skip only one occurrence
of thousands_sep to avoid finding the unit in the next column in case
thousands_sep matches as blank and is used as column delimiter.
* tests/misc/sort-h-thousands-sep.sh: Add regression test for this bug.
* tests/local.mk: Reference the test.
* NEWS: Mention the bug fix.
Reported at https://bugzilla.redhat.com/1355780
Fixes http://bugs.gnu.org/24015
NEWS
src/sort.c
tests/local.mk
tests/misc/sort-h-thousands-sep.sh [new file with mode: 0755]