]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: sort THANKS using our own gear
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 12 Feb 2015 01:35:07 +0000 (02:35 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Thu, 12 Feb 2015 01:35:07 +0000 (02:35 +0100)
commita07026f62bdf0ef96ee9d2078c50d6baae7d4f6e
tree1dd2dfc49de31e1bf046e096b634e1303c77e659
parent87635d6e450bfd1ede6efdfcde4ab6f43d2da12d
maint: sort THANKS using our own gear

At least 'sort' on openSUSE/Fedora have a bug in the case-folding code
of their I18N downstream patch which leads to wrong sort results,
e.g. "Dániel" coming after "Dylan".

* Makefile.am (THANKS): Sort the final contributor list using our
own sort implementation - as others may result in a different order;
add a FIXME comment to remove this again once common platforms have
a functional 'sort -f'.  Add '-k1,1' for a better sort order.
While at it, save a grep and perl call to prepare the list from
'THANKS.in' by doing all in the first perl call.
Makefile.am