summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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 1eacf441..6faa5d65 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'