sort: in -s handling, return 1/-1, not 1/0 compare result
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 22 Feb 2018 09:54:55 +0000 (10:54 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 22 Feb 2018 09:54:55 +0000 (10:54 +0100)
commit427ae18348a908719ff60383b33041bce5e5393e
tree1bc7edff1e32f5740bb187d687c3fab19be89fe5
parent2af5e3fac394a922bcf7752be25128879405a21a
sort: in -s handling, return 1/-1, not 1/0 compare result

function                                             old     new   delta
compare_keys                                         794     795      +1

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/sort.c