From f471a8aec2f6bc9410a0a2a88531822f79497fde Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 27 Jun 2006 19:18:40 +0000 Subject: Make sure that variables containing colors pollute the environment for bug #138246. svn path=/main/trunk/; revision=3675 --- bin/isolated-functions.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/isolated-functions.sh') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index d5d9b572..dcd23084 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 -- cgit v1.2.3-65-gdbad