bash fails to redirect inside script

Corinna Vinschen corinna@vinschen.de
Fri May 19 02:12:00 GMT 2000


Tas van Ommen wrote:
> 
> I have just installed net version of cygwin.
> 
> I have the following script
> #!/bin/bash
> echo "Hello" > x.x
> 
> So I execute it:
> BASH.EXE-2.03$ . temp.bash
> : No such file or directory
> 
> What is happening?  I have a /tmp directory.  I can do either of
> sh temp.bash
> 
> or type echo "Hello" > x.x manually without the error.
> 
> Any advice?

Your script has DOS line endings but the script is
on a binary mounted file system. You should change
the \r\n line endings to the U*X style \n and your
script should work.

-- 
Corinna Vinschen
Cygwin Developer
Cygnus Solutions, a Red Hat company

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list