From mboxrd@z Thu Jan 1 00:00:00 1970 From: R I Feigenblatt To: gnu-win32@cygnus.com Cc: earnie_boyd@yahoo.com Subject: Re: Cygwin Beta 20.1 - porting code to Linux Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: <3.0.2.32.19990306154428.007a8230@mail.earthlink.net> References: <19990306184535.11982.rocketmail@send101.yahoomail.com> X-SW-Source: 1999-03n/msg00161.html Message-ID: <19990331194500.UPUuUHedJwiO1BwpKpPhvnSJMdM8-8ZvC9TaY8K6k6A@z> At 10:45 AM 3/6/99 -0800, you wrote: >Does the script file contain \r\n line endings? >It won't run on Linux if it does. Many thanks Earnie. Stripping out the CR's with: tr -d '\015' did the trick. The script now runs fine on Linux! With the growth of Linux, I bet there will be a lot of code moved between it and Cygwin both ways. The Cygwin folks should make a note of this "gotcha". Or did I forget to RTFM? The Linux people should provide a less misleading bash error message than "No such file or directory"! Ron Feigenblatt -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com