X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type; q=dns; s=default; b=xGkZ
	53oEwb51WFNa2CeEg9jXQKokLhZGzEl7yZfuEmCthPZkGYXJB6kjKH90GR+VM89L
	D5rcIGi/SNbqnlstUFybHC67/6dsc8LUDDSU1aSDxyxLlyhR7SDvlPnKrG95wCZ1
	vjbuhLtUPSiUNmor7BBbqW1l7nWFq9VljA8fMSo=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type; s=default; bh=SEpTW55pAU
	cY0fNS/IdEH6yP9Js=; b=OWP5sM9cQkmC2ZMHHgqkA5Yagjmu6LS+CA7az/Njlv
	4dstiqXsSEm5mA+BiEsL/RT5vECc5X3QExqBIlcNnNkjNeIr5vqwtudJpYCV6TZw
	l0YY7BxbQKmi9s4zN+AOsoO26U2JP1+Rc0w9bMb2FfIdSSxOCQl24PDjieRDcpCI
	s=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=rice, huh, H*c:application
X-HELO: mx1.redhat.com
DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 181BC7D4FE
Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=eblake@redhat.com
DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 181BC7D4FE
Subject: Re: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts
To: cygwin@cygwin.com
References: <0F7D3B1B3C4B894D824F5B822E3E5A175B2636E4@IRSMSX103.ger.corp.intel.com> <a53282b6-d00c-aad8-76a6-26b4089a9623@redhat.com> <0F7D3B1B3C4B894D824F5B822E3E5A175B26CE47@IRSMSX102.ger.corp.intel.com> <9B5AD0AF-F256-4C45-B2BA-14DCDA2EF61E@solidrocksystems.com>
From: Eric Blake <eblake@redhat.com>
Openpgp: url=http://people.redhat.com/eblake/eblake.gpg
Message-ID: <9cdcd9a0-6443-c71e-9a3c-d3cb44c61888@redhat.com>
Date: Thu, 8 Jun 2017 10:04:29 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0
MIME-Version: 1.0
In-Reply-To: <9B5AD0AF-F256-4C45-B2BA-14DCDA2EF61E@solidrocksystems.com>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="TUCq05G4V0tXusE8tnjG2Vwk7hRDxqRRp"
X-IsSubscribed: yes

--TUCq05G4V0tXusE8tnjG2Vwk7hRDxqRRp
Content-Type: multipart/mixed; boundary="1A75f8nu2xQQfQfcjnLke2Rm9GTSI1hoW";
 protected-headers="v1"
From: Eric Blake <eblake@redhat.com>
To: cygwin@cygwin.com
Message-ID: <9cdcd9a0-6443-c71e-9a3c-d3cb44c61888@redhat.com>
Subject: Re: CR-LF handling behavior of SED changed recently - this breaks a
 lot of MinGW cross build scripts
References: <0F7D3B1B3C4B894D824F5B822E3E5A175B2636E4@IRSMSX103.ger.corp.intel.com>
 <a53282b6-d00c-aad8-76a6-26b4089a9623@redhat.com>
 <0F7D3B1B3C4B894D824F5B822E3E5A175B26CE47@IRSMSX102.ger.corp.intel.com>
 <9B5AD0AF-F256-4C45-B2BA-14DCDA2EF61E@solidrocksystems.com>
In-Reply-To: <9B5AD0AF-F256-4C45-B2BA-14DCDA2EF61E@solidrocksystems.com>


--1A75f8nu2xQQfQfcjnLke2Rm9GTSI1hoW
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: quoted-printable

On 06/08/2017 08:31 AM, Vince Rice wrote:

> Use binary mounts. The root of the problem is using text mounts in the fi=
rst place.

Huh? The OP _wants_ the CR-LF conversion to LF that happens on text
mounts (but does NOT happen on binary mounts).  Also, binary mounts are
the default, you have to go out of your way to explicitly enable text
mounts.  But enabling text mounts only helps for files in the file
system; it does not help pipes from windows programs.

--=20
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


--1A75f8nu2xQQfQfcjnLke2Rm9GTSI1hoW--

--TUCq05G4V0tXusE8tnjG2Vwk7hRDxqRRp
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----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/

iQEcBAEBCAAGBQJZOWd9AAoJEKeha0olJ0NqTaUH/jjTjhx9EedHfvGcGuGw0tFq
B7orlvlytwAnZaRg2x0SCCiP5pHIUSto/RZ3A+MaQ+0ac/oIjMPZCMse7ESx7L6Q
pyjKREobIrCnbQepTikowRoa1+5PUc4nNVt2t6q8/Pl19YYmmVJgBkDVXLQ9getH
denxYYWon9qcmR8fkSBbD6dSltfCqpnSGYxqfHnheK5lfBff0O8ItnXcrvFOQtuU
KP8z/pc0kNumHbviyb+XvTsR/rTW4PnlNLxvOtxYi556OZfGBoP4THHJzwUFERZS
vn6NL3kweNgnKsbgQQYuDdgLuKxQyGaRy7bLjXmaCva4tys9kQgRDTGkkAXF0gc=
=53qI
-----END PGP SIGNATURE-----

--TUCq05G4V0tXusE8tnjG2Vwk7hRDxqRRp--
