This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Simple shell script not working


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]