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 1IhDt4-0000vT-5Y for garchives@archives.gentoo.org; Mon, 15 Oct 2007 00:32:50 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9F0LsOe032377; Mon, 15 Oct 2007 00:21:54 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 l9F0Iiah027643 for ; Mon, 15 Oct 2007 00:18:44 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 A13F465013 for ; Mon, 15 Oct 2007 00:18:43 +0000 (UTC) Date: Sun, 14 Oct 2007 17:18:42 -0700 From: Donnie Berkholz To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-php5/onphp: ChangeLog onphp-0.10.6.ebuild onphp-0.10.4.ebuild onphp-0.10.3.ebuild Message-ID: <20071015001842.GE23990@supernova> References: <20071014211125.GB23990@supernova> <20071014235246.GA19544@phaenix.haell.com> 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=us-ascii Content-Disposition: inline In-Reply-To: <20071014235246.GA19544@phaenix.haell.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: 95a86686-c8c3-4d5d-b3ee-099ebc3b3f98 X-Archives-Hash: 9d8d77ab43883fde58c79818db4073fa On 16:52 Sun 14 Oct , Drake Wyrm wrote: > Donnie Berkholz wrote: > > On 18:05 Sun 14 Oct , Konstantin Arkhipov (voxus) wrote: > > > 1.1 dev-php5/onphp/onphp-0.10.6.ebuild > > > > > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.6.ebuild?rev=1.1&view=markup > > > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.6.ebuild?rev=1.1&content-type=text/plain > > > > > if use doc ; then > > > for doc in `find doc -maxdepth 1 -type f -print` ; do > > > dodoc ${doc} > > > done > > > > You could avoid all these calls to dodoc by saving the docs in a > > variable, then calling dodoc on it. Another option could be to send the > > loop output to 'xargs dodoc'. > > Or, since you already have the command substitution there, how about: > > dodoc `find doc -maxdepth 1 -type f` Much better than what I said. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list