| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| References: | <46D27C5E DOT 6080306 AT renault DOT com> |
| Subject: | RE: bash-3.2.15 |
| Date: | Mon, 27 Aug 2007 10:49:11 +0100 |
| Message-ID: | <001e01c7e88f$8541ae30$2e08a8c0@CAM.ARTIMI.COM> |
| MIME-Version: | 1.0 |
| X-Mailer: | Microsoft Office Outlook 11 |
| In-Reply-To: | <46D27C5E.6080306@renault.com> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |