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 1IdxSF-0001rx-96 for garchives@archives.gentoo.org; Sat, 06 Oct 2007 00:23:39 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l960CvUd017980; Sat, 6 Oct 2007 00:12:57 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 l9608IA0010568 for ; Sat, 6 Oct 2007 00:08:19 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 A55386534A for ; Sat, 6 Oct 2007 00:08:18 +0000 (UTC) Date: Fri, 5 Oct 2007 17:08:17 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: gnustep-base.eclass Message-ID: <20071006000817.GQ29572@supernova> References: <20071005180356.GK29572@supernova> 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: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: 48c8eefe-edbf-47cc-b4d9-8fc637da460b X-Archives-Hash: 5e9a19f7705367fcc87a82e6c4c93280 On 17:31 Fri 05 Oct , Ryan Hill wrote: > If there aren't any variables that you actually need expanded in the > script (i didn't see any but could have easily missed it), just escape > the termination marker, ie. > > cat << \EOF > "${T}"/${cfile} > > or > cat << 'EOF' > "${T}"/${cfile} > > This turns off parameter and arithmetic expansion and command > substitution. That is so cool. Just another reason I love this reviewing. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list