« Return to Thread: Simple shell script not working

Re: Simple shell script not working

by jreidthompson :: Rate this Message:

Reply to Author | View in Thread


On Mon, 2007-07-30 at 10:07 -0700, on behalf of zip184 wrote:

> This is the 2-line shell script I'm trying to run:
>
>
> #! /bin/sh
>
> touch test.txt
>
>
> The privledges are set to 777
>
> I get the error output line:  " bash: $'\r': command not found "
> for each command I put in the script, including cd, touch, ls, etc.  Echo is
> the only one that works for some reason.  Anybody have any ideas on how to
> fix this?

$ dos2unix name-of-2-line-script

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

 « Return to Thread: Simple shell script not working