projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b57bff
)
Make sure that variables containing colors pollute the environment for bug #138246.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 27 Jun 2006 19:18:40 +0000
(19:18 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 27 Jun 2006 19:18:40 +0000
(19:18 -0000)
svn path=/main/trunk/; revision=3675
bin/isolated-functions.sh
patch
|
blob
|
history
diff --git
a/bin/isolated-functions.sh
b/bin/isolated-functions.sh
index d5d9b572da7b3f29f7636e4aa35bdc198f2cba64..dcd23084490ad0eaeed6e93952f23a6779e9cc17 100644
(file)
--- 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