From: Zac Medico Date: Mon, 5 Dec 2011 02:28:03 +0000 (-0800) Subject: ebuild.sh: add note about quoting export ${FOO}= X-Git-Tag: v2.2.0_alpha80~67 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6bdc8c114a60727a4a5c77344b5c89379463b693;p=portage.git ebuild.sh: add note about quoting export ${FOO}= --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1bef43f33..ec35e18cd 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}=... requires quoting, unlike normal exports preprocess_ebuild_env || \ die "error processing environment" # Colon separated SANDBOX_* variables need to be cumulative.