From 6bdc8c114a60727a4a5c77344b5c89379463b693 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 4 Dec 2011 18:28:03 -0800 Subject: [PATCH] ebuild.sh: add note about quoting export ${FOO}= --- bin/ebuild.sh | 1 + 1 file changed, 1 insertion(+) 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. -- 2.26.2