On 12/19/2012 07:01 PM, Pádraig Brady wrote: > On 12/19/2012 04:53 PM, Philipp Gortan wrote: >> Dear coreutils crowd, >> >> I recently upgraded the coreutils on my Gentoo AMD64 from 8.16 to 8.20. >> I used the seq command to generate the values of an SQL "in" statement. >> Since I upgraded, the SQL is no longer correct - here is what I found out: >> >> $ seq -s, 6 9; seq --version >> >> 6 >> 7,8,9,seq (GNU coreutils) 8.20 >> ... >> >> (nb: newline after the "6", the comma after the 9 and the missing newline) The attached should fix it. thanks, Pádraig.