Stephen Boyd <bebarino@xxxxxxxxx> writes: > On 12/18/2009 09:38 PM, Eric Blake wrote: >> Closer, but not there yet. "$/" is still not defined. Then, as a matter >> of style, '\' is more readable than "\\" for representing a backslash. So >> as long as we are shifting to '', we might as well do it everywhere in >> that line - write it like this: >> >> } | sed -e 's/$/;/' | tr ';' '\015'> patch1-crlf.eml >> >> and you should be set. > > Ah, I think you missed that this stuff is inside single quotes already. I > would love to just do what you suggest here. You can replace every use of ' by '\''. Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html