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: The /r error message while running a script?


On Tue, 27 Mar 2007, Larry Hall (Cygwin) wrote:

> Kevin Markle wrote:
> > Larry Hall (Cygwin) laid this down on his screen :
> > > Kevin Markle wrote:
> > > > Hello,
> > > >
> > > > I'm attempting to write a script in cygwin. When I copy the line from
> > > > the script and run it from the command line it works.
> > > >
> > > > touch "/cygdrive/e/wsus/wsus_update_report.out"
> > > >
> > > > When I run the script it gives me this error:
> > > >
> > > > sys-scheduler@backup /cygdrive/e/wsus
> > > > $ ./patch.sh
> > > > + ./patch.sh
> > > >                                                WSUS Client Update Report
> > > > for Tue-03-27-2007
> > > > touch: cannot touch `/cygdrive/e/wsus/wsus_update_report.out\r': No such
> > > > file or directory
> > > > ./patch.sh: line 11: $'\r': command not found
> > > > ./patch.sh: line 13: $'\r': command not found
> > > > ./patch.sh: line 15: $'\r': command not found
> > > > ./patch.sh: line 16: syntax error near unexpected token `$'{\r''
> > > > '/patch.sh: line 16: `function checkreportingerrors {
> > > >
> > > > The thing that is making it hard for me to troubleshoot this is that I
> > > > have never scene the \r error and have no idea what it means. :/ Does
> > > > anybody have any suggestions or ideas...
> > >
> > >
> > > d2u ./patch.sh
> >
> > Thanks this worked! Does this fix files created in Windows and moved over
> > or?
>
> Yes.  If you create ./patch.sh with Windows tools, it very likely has
> carriage returns in addition to newlines as line endings.  Your installation
> of Cygwin expects only newlines.  'd2u' will convert the files from Windows
> to the expected format.  Using this conversion is the recommended way of
> dealing with these occurrences.

That, or using text mounts.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Freedom is just another word for "nothing left to lose"...  -- Janis Joplin

--
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]