From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RXOIJ-00057W-R5 for garchives@archives.gentoo.org; Mon, 05 Dec 2011 02:28:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CCE721C027; Mon, 5 Dec 2011 02:28:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 54D0D21C027 for ; Mon, 5 Dec 2011 02:28:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D527D1B4017 for ; Mon, 5 Dec 2011 02:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1165480042 for ; Mon, 5 Dec 2011 02:28:25 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <6bdc8c114a60727a4a5c77344b5c89379463b693.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6bdc8c114a60727a4a5c77344b5c89379463b693 Date: Mon, 5 Dec 2011 02:28:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0fa8c03e-2508-4850-af2f-535867dbf7a8 X-Archives-Hash: a1bd44ee3d2c20fdbd4d0d1d13383efc commit: 6bdc8c114a60727a4a5c77344b5c89379463b693 Author: Zac Medico gentoo org> AuthorDate: Mon Dec 5 02:28:03 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Dec 5 02:28:03 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D6bdc8c11 ebuild.sh: add note about quoting export ${FOO}=3D --- bin/ebuild.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1bef43f..ec35e18 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -461,6 +461,7 @@ if ! has "$EBUILD_PHASE" clean cleanrm depend && \ # The environment may have been extracted from environment.bz2 or # may have come from another version of ebuild.sh or something. # In any case, preprocess it to prevent any potential interference. + # NOTE: export ${FOO}=3D... requires quoting, unlike normal exports preprocess_ebuild_env || \ die "error processing environment" # Colon separated SANDBOX_* variables need to be cumulative.