From: Zac Medico Date: Tue, 27 Jun 2006 19:18:40 +0000 (-0000) Subject: Make sure that variables containing colors pollute the environment for bug #138246. X-Git-Tag: v2.1.1~365 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f471a8aec2f6bc9410a0a2a88531822f79497fde;p=portage.git Make sure that variables containing colors pollute the environment for bug #138246. svn path=/main/trunk/; revision=3675 --- 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