Rinum / OpenAnt

Open Ant! Join us at reddit.com/r/openant and http://webchat.freenode.net/ #openant
http://openant.com
102 stars 20 forks source link

No more DOS newlines #28

Closed aggrolite closed 11 years ago

aggrolite commented 12 years ago

perl -p -i -e 's/\r\n/\n/g' *

http://www.reddit.com/r/openant/comments/nftc4/dos_new_lines/

aggrolite commented 12 years ago

I ran into a small merge conflict, but if you're using Vim, just remove any lines that contain ^M at the end and it'll merge fine. Was able to run everything fine afterwards.