Learn more about cloning repositories
You have read-only access
sort: fix -kN,M handling (was including last separator into the comparison) Testcase: $ printf '%s\n' a/a:a a:b | sort -t: -k1,1 a:b a/a:a Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>