From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23733 invoked by alias); 4 Jun 2015 12:16:12 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 23722 invoked by uid 89); 4 Jun 2015 12:16:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 04 Jun 2015 12:16:11 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 28453C1F71 for ; Thu, 4 Jun 2015 12:16:10 +0000 (UTC) Received: from [10.3.113.213] (ovpn-113-213.phx2.redhat.com [10.3.113.213]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t54CG9jP000833 for ; Thu, 4 Jun 2015 08:16:09 -0400 Message-ID: <55704184.9050001@redhat.com> Date: Thu, 04 Jun 2015 12:16:00 -0000 From: Eric Blake User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated: bash-4.3.39-2 References: <20150604125154.712cbb6af2fc96c5a2306494@nm.ru> In-Reply-To: <20150604125154.712cbb6af2fc96c5a2306494@nm.ru> OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fMscmpTOe3dxPows7FMmVxlxfQjnnh3nA" X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00087.txt.bz2 --fMscmpTOe3dxPows7FMmVxlxfQjnnh3nA Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 623 On 06/04/2015 03:51 AM, Mikhail Usenko wrote: > Eric Blake (cygwin) <...> wrote: >> 4.3.39-2 >=20 > Hello, Eric. > It has the same issue as in the previous version: > eating one \r from the odd numbered chains of the \r. Yes, I know there are still \r issues, although I appreciate the test case as I'm not sure I have seen this particular complaint. > $ echo -ne "\r\n" | { read t; echo "$t"; } | od -tx1 'echo -ne' is non-portable (I can break it with 'shopt -s xpg_echo'); get used to using 'printf' instead. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --fMscmpTOe3dxPows7FMmVxlxfQjnnh3nA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 604 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJVcEGEAAoJEKeha0olJ0NqP+4H/2H9xA+sK/T1cRmd0ojiQzYA nFP3K7MvAWdY0b1TXhH/d57cTV+mJIWpEcUtjLSguHAzwlnHCtpOI8FcIoMQLS/Y 27tbfXWZa1LF0D+7nXDm8R/OPZXPEPfHJrUZUbmzjVUXpmXsljzI76oR5oARQhhc Y8qjB/zxywEigCinnxPUc0EAZSt5p4EhVCAV/2dxHrTYWjdZrwWqOeW71EgdUTEg X7J8tNLbOX7G7RMMmZR1Ix2Lvlf5aE2k18KWoTqjIFd4kXbzKQf61+ndydUH4CgT 3LIHH2xGkuWlneEEaRz1UsWcIsKG6cyttMTPQrV7iO8IKqN/pyfDl5uTI62xgP0= =yvoL -----END PGP SIGNATURE----- --fMscmpTOe3dxPows7FMmVxlxfQjnnh3nA--