X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Subject: RE: Unable to access file from shell script (XP configure problem?)
Date: Thu, 25 Oct 2007 15:32:17 -0700
Message-ID: <E4EA239D9BC4F84A984FE6C7F115EE7F02806997@mpexch3.nt.ingenuity.com>
In-Reply-To: <AB5E58B87EB73C46A38073D8F459F11335B903@dataspheresrv01>
References: <E4EA239D9BC4F84A984FE6C7F115EE7F02742E3E@mpexch3.nt.ingenuity.com> <AB5E58B87EB73C46A38073D8F459F11335B903@dataspheresrv01>
From: "Ramon Felciano" <felciano@ingenuity.com>
To: "Patrick Monnerat" <Patrick.Monnerat@datasphere.ch>, <cygwin@cygwin.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l9PMWQrk023638

Perfect -- this did the trick! Thank you all for your quick responses!

Ramon

> -----Original Message-----
> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On
> Behalf Of Patrick Monnerat
> Sent: Thursday, October 25, 2007 10:04 AM
> To: cygwin@cygwin.com
> Subject: RE: Unable to access file from shell script (XP configure
> problem?)
> 
> 
> Ramon Felciano wrote:
> 
> > ----------------------------------------------------
> > : No such file or directoryramon.txt
> > ----------------------------------------------------
> 
> > which looks like it is an error message that overwrote the
> "/cygdrive/c/Downloads/ramon.txt" pathname.
> 
> Your shell script as CRLF-ending lines, while cygwin uses \n-ending
> lines. The shell considers the CR at the end of script line 'cat "$@"'
> as being part of the file name: there is no such file and the error
> message is overwritten at display time.
> 
> A solution is to convert your script using dos2unix
> 
> --
> 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/



----+----
This email message (and any attached document) contains information from Ingenuity Systems Inc. which may be considered confidential by Ingenuity, or which may be privileged or otherwise exempt from disclosure under law, and is for the sole use of the individual or entity to whom it is addressed.  Any other dissemination, distribution or copying of this message is strictly prohibited.  If you receive this message in error, please notify me and destroy the attached message (and all attached documents) immediately. 

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


