This is the mail archive of the
cygwin
mailing list for the Cygwin project.
RE: bash-3.2.15
- From: "Dave Korn" <dave dot korn at artimi dot com>
- To: <cygwin at cygwin dot com>
- Date: Mon, 27 Aug 2007 10:49:11 +0100
- Subject: RE: bash-3.2.15
- References: <46D27C5E.6080306@renault.com>
On 27 August 2007 08:25, COLLETTE Yann wrote:
> Hello,
> Bash-3.2.15
> Bash-3.1.6
Bash no longer accepts CRLF. See any of the recent ANNOUNCE mails in the
archives for full information.
> for Name in `cat Liste_EMails_68240.txt`
Make sure Liste_EMails_68240.txt has unix-style LF line endings, using 'd2u' if
necessary. If it has dos-style CRLF, the values of $Name will have CR as the
last character, which will confuse the email commandline.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
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/