summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-04 18:28:03 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-04 18:28:03 -0800
commit6bdc8c114a60727a4a5c77344b5c89379463b693 (patch)
treec2a984679dbcaab9df279d7f210062c5eb15d6b1 /bin/ebuild.sh
parentd15c3ac976b7d95d5b1cd29c3ae0e51ab9971022 (diff)
downloadportage-6bdc8c114a60727a4a5c77344b5c89379463b693.tar.gz
portage-6bdc8c114a60727a4a5c77344b5c89379463b693.tar.bz2
portage-6bdc8c114a60727a4a5c77344b5c89379463b693.zip
ebuild.sh: add note about quoting export ${FOO}=
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh1
1 files changed, 1 insertions, 0 deletions
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.