Hi,
Looks like you may have extraneous "Control-M" characters in your file. Open it in
vi to see. This occurs sometimes when porting a DOS/Windows file to Unix. You can delete them one by one or run the command: dos2unix. If your OS doesn't have this command look for one by typing: man -k dos.
Hope this helps,
John