summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-17 20:16:03 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-17 20:16:03 +0000
commiteebeccdba46000fb151735154ab863b2f614b328 (patch)
treea29d9883fdec80f6b1200f062904e2bbd93acd4e /bin/isolated-functions.sh
parentcdee4b13304e10145e9c3c41b028f0f9124f3ba0 (diff)
downloadportage-eebeccdba46000fb151735154ab863b2f614b328.tar.gz
portage-eebeccdba46000fb151735154ab863b2f614b328.tar.bz2
portage-eebeccdba46000fb151735154ab863b2f614b328.zip
More eblank.
svn path=/main/trunk/; revision=10704
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-xbin/isolated-functions.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 1eacf4414..6faa5d656 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -344,7 +344,6 @@ unset_colors() {
COLS="25 80"
ENDCOL=
- BLANK=
GOOD=
WARN=
BAD=
@@ -367,7 +366,6 @@ set_colors() {
if [ -n "${PORTAGE_COLORMAP}" ] ; then
eval ${PORTAGE_COLORMAP}
else
- BLANK=$'\e[37m'
GOOD=$'\e[32;01m'
WARN=$'\e[33;01m'
BAD=$'\e[31;01m'