X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18iRSlVWB5h9giYUuo8eAW4 Date: Wed, 19 Sep 2012 17:22:30 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: bash output: ./configure: line 16: $'\r': command not found Message-ID: <20120919212230.GA16304@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <505961A4 DOT 3000000 AT molconn DOT com> <1348088813 DOT 66748 DOT YahooMailClassic AT web111515 DOT mail DOT gq1 DOT yahoo DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1348088813.66748.YahooMailClassic@web111515.mail.gq1.yahoo.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Wed, Sep 19, 2012 at 02:06:53PM -0700, Richard Haney wrote: >Two problems (at least). Actually no problems. You can't reliably use shell scripts with \r\n line endings. So, you either have to fix the shell scripts with something like dos2unix (as recommended) or use the Cygwin-specific: >set -o igncr which was developed specifically for this problem. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple