X-Spam-Check-By: sourceware.org From: "Dave Korn" To: 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 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 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/