diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-06-27 19:18:40 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-06-27 19:18:40 +0000 |
commit | f471a8aec2f6bc9410a0a2a88531822f79497fde (patch) | |
tree | 63300b182bbf606e5485f0a8a2763bdd9672ecef | |
parent | 1b57bffa0703fc0af705f3c77cac8d8f334dc874 (diff) | |
download | portage-f471a8aec2f6bc9410a0a2a88531822f79497fde.tar.gz portage-f471a8aec2f6bc9410a0a2a88531822f79497fde.tar.bz2 portage-f471a8aec2f6bc9410a0a2a88531822f79497fde.zip |
Make sure that variables containing colors pollute the environment for bug #138246.
svn path=/main/trunk/; revision=3675
-rw-r--r-- | bin/isolated-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index d5d9b572d..dcd230844 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -208,6 +208,7 @@ set_colors() { NORMAL=$'\e[0m' } +export -n GOOD WARN BAD HILITE BRACKET RC_ENDCOL="yes" RC_INDENTATION='' RC_DEFAULT_INDENT=2 |