Error with repo init in rowboat

When i use the command
repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-
froyo.xml
I get the following error message:
/home/ankit/bin/repo: line 1: syntax error near unexpected token
`newline'
/home/ankit/bin/repo: line 1: `<!DOCTYPE HTML PUBLIC "-//IETF//DTD
HTML 2.0//EN">'

Could you please help me.

Thanks
Ankit

I used to get this all the time. In the end, I found it easier to go to http://gitorious.org and to just cherry pick things like the kernel project at froyo release, the pre-built tools and anything else I required.

You need to install "dos2unix" in your Linux host.
-Eric