X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=gH2knT o6gqqmjPazrDxOfbUhihqORaM4r2pZp0R7cLugZTOlcXtbQOWkUkMeLiPjPPas23 XKX5Ys2eHmqEThu7GW5dEDlaVurYhIHVareDoL2IyK9znMIbuzUlypzJzcvGB9d+ b9utrjfnV7s+GFblQ0mjppBfn9ogM0RCQLhG4= 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; s=default; bh=HNkiTJdT1AiG tbDpz0LYGb8oHW0=; b=KKQrAnBYYO1PbJsV9whRvn/Boj4IWxdWPvwSnyVH8K8j 6BoXHUbCJVZGRwIbhVm3AMRVO9riQ9FZIpeLebf2pI4OI2LP36iQoDzAcy7qEmKE hqfiFIjLyj02mnMQpNoPQjnKZE9NvEss/FLNMtr1xcFttnSzfHQUa5YZDKYiw2o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <543BF5A9.3020505@redhat.com> Date: Mon, 13 Oct 2014 09:54:17 -0600 From: Eric Blake User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated (experimental): coreutils-8.23-3 References: <542990F0 DOT 2050000 AT redhat DOT com> <20141012085604 DOT GV2681 AT calimero DOT vinschen DOT de> In-Reply-To: <20141012085604.GV2681@calimero.vinschen.de> OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hSqLsJcLQ5lxPf9ugfjwEMeRhMSht8VFx" X-IsSubscribed: yes --hSqLsJcLQ5lxPf9ugfjwEMeRhMSht8VFx Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/12/2014 02:56 AM, Corinna Vinschen wrote: >> With coreutils 8.23-2 this suceeds, with the -3 release you'll get the e= rror >> cp: cannot create directory =E2=80=98ACLtest/profile.d=E2=80=99: File ex= ists >=20 > It's even simpler than that: >=20 > $ cd /tmp > $ mkdir -p a/1/2 b/1/2 > $ touch a/1/2/x b/1/2/y > $ cp -rp a/1/2 b/1 > cp: cannot create directory =E2=80=98b/1/2=E2=80=99: File exists D'oh - now I see it. In my .exe code additions, I had added a '!=3D 0' test that should have really been a '> 0' test; because directories cause an expected -1 return that should not have triggered an attempt at .exe magic. -4 coming soon. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --hSqLsJcLQ5lxPf9ugfjwEMeRhMSht8VFx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUO/WpAAoJEKeha0olJ0Nqw7AH/RX2pbpmzVAva78qqxXUJjLI fdqAwZqPTcBWskCPchZepM35kvy8VSMheeYauB3BRWUdqVP3OFOVBAWawVnIKm+1 ptTrvRTzwM8OVbcXoJOj4kPzqcvY+f6esVmD/jTbCUcIY8lHXB7BvAd8EZMG4kTn mN+RY5eUsAJptY0dOUp9E1Xx4tGNL7xrZotme6QXJEY6RciciOFwKhhbT8oTISz4 cqvl3KYRWQporl4cbMET5Y7H+ZR2NwyQ8CZbf6e+iFdIuu2o1S7Rg01XqDsb+Dci o2A3O91g8hYV8xshVtdaX43NzWn1s7+71gUAoB0JJQokEhMPT5TkeH2s0i9fSTU= =GWt2 -----END PGP SIGNATURE----- --hSqLsJcLQ5lxPf9ugfjwEMeRhMSht8VFx--