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 1IfC1j-0006qF-2m for garchives@archives.gentoo.org; Tue, 09 Oct 2007 10:09:23 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l999wwYI013255; Tue, 9 Oct 2007 09:58:58 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 l999v2he010662 for ; Tue, 9 Oct 2007 09:57:03 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 BF115655B8 for ; Tue, 9 Oct 2007 09:57:02 +0000 (UTC) Date: Tue, 9 Oct 2007 02:57:00 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-base/xorg-x11: xorg-x11-7.2.ebuild xorg-x11-7.3.ebuild ChangeLog Message-ID: <20071009095700.GF31103@supernova> References: <1191923427.1072.15.camel@localhost> 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: <1191923427.1072.15.camel@localhost> User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: bf86c0c9-bfc5-4c4f-b840-b6dbd4a09bd4 X-Archives-Hash: 58f28eb21f28cd5c1108f3f76d10785c On 13:50 Tue 09 Oct , Peter Volkov wrote: > > XORGCONF="/etc/X11/xorg.conf" > [...] > > - sed -i "/RgbPath/d" "${D}"${XORGCONF} > > + sed -i "/RgbPath/d" "${D}${XORGCONF}" > > Sorry, but why? What is the difference? Seems $XORGCONF does not contain > any spaces inside and both forms are acceptable. Oh, that's a leftover from when I was playing around with putting ${ROOT} in ${XORGCONF}, but it turned out to be the wrong way to go. I do kinda like quoting the whole path, though. Haven't decided which way I like better yet. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list