From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IhL5Y-0006gx-EH for garchives@archives.gentoo.org; Mon, 15 Oct 2007 08:14:12 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9F83E80026054; Mon, 15 Oct 2007 08:03:14 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9F815cE023311 for ; Mon, 15 Oct 2007 08:01:06 GMT Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A741D655C9; Mon, 15 Oct 2007 08:01:03 +0000 (UTC) Date: Mon, 15 Oct 2007 01:01:02 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org Cc: opfer@gentoo.org Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-misc/note: ChangeLog note-1.3.3.ebuild Message-ID: <20071015080102.GH23990@supernova> References: <20071015074250.GG23990@supernova> <200710150956.05673.bo.andresen@zlin.dk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <200710150956.05673.bo.andresen@zlin.dk> User-Agent: Mutt/1.5.16 (2007-06-09) Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id l9F83E9g026054 X-Archives-Salt: 03b0a682-0088-4932-b68f-268482299f3d X-Archives-Hash: f58a19180e91699c12fdbf7c88823f57 On 09:56 Mon 15 Oct , Bo =D8rsted Andresen wrote: > Written like this u certainly can't since the output of the find expres= sion is > subjected to word splitting before u gets set. Hence this will fail if = ${D} > contains spaces even if ${u} gets quoted. The best way to solve this is= to use > find ... -print0 | xargs -0 rm. Unfortunately that solution means using= GNU > extensions that I'm not sure are guaranteed to be available in the ebui= ld > environment. If they aren't maybe they should be. Cool, I hadn't dealt with this before. Thanks for pointing that out! We=20 were just talking about whether to require GNU find the other day, but I=20 don't recall the conclusion. Does anyone else? Thanks, Donnie --=20 gentoo-dev@gentoo.org mailing list