bug#39611: coreutils v8.31 fails to compile with -Ofast

2020-02-14 Thread zsugabubus
2 make: Leaving directory '/build/upstream' -- zsugabubus

bug#52033: a bug in paste command

2021-11-22 Thread zsugabubus
F line terminators f: ASCII text, with CRLF line terminators If you do `paste e f | cat -A`, you can see it yourself what's going on. Use `tr -d '\r'` to remove unwanted CRs. -- zsugabubus