X-Spam-Check-By: sourceware.org Message-ID: <46098F26.5020800@cygwin.com> Date: Tue, 27 Mar 2007 17:39:50 -0400 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061221 Fedora/1.5.0.9-1.fc4.remi Thunderbird/1.5.0.9 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: The /r error message while running a script? References: <460985F6 DOT 5080409 AT cygwin DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 AT 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. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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/