Yes, it appears there were some characters hiding in the files. Running dos2unix seems to have done the trick.
Thanks. On Wednesday, May 15, 2013 11:06:42 PM UTC-5, leif wrote: > > Keshav Kini wrote: > > Ben <[email protected] <javascript:>> writes: > >> The patch was created on my virtual box Ubuntu system, and e-mailed > >> through the windows side. > > > > That is likely the problem. Your Windows email client may have converted > > the line endings from LF to CRLF. Try resending it as a binary file, or > > inside a zip file, or something like that. > > Or open the transferred patch with 'vi' on the target Ubuntu system and > look whether you see ^M's (carriage returns) at the end of each line. > (If you're not familiar with 'vi', alternatively try "head > filename.patch | hd" and look for '0d 0a's in the two middle columns, > which is CR LF in hexadecimal notation.) > > > -leif > > -- > () The ASCII Ribbon Campaign > /\ Help Cure HTML E-Mail > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
