From f8e4453b4cd76184af5c155da2e4d7885666dd76 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 17 Jun 2008 04:05:20 +0000 Subject: * Rename NEUTRAL color to BLANK for eblank. * Document the new BLANK code in color.map.5. * Implement python version of eblank for mod_echo. svn path=/main/trunk/; revision=10677 --- bin/isolated-functions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index dd157129d..5851a55c7 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -178,7 +178,7 @@ eblank() { [[ ${LAST_E_CMD} == "eblank" ]] && return 0 elog_base BLANK [[ ${RC_ENDCOL} != "yes" && ${LAST_E_CMD} == "ebegin" ]] && echo - echo -e " ${NEUTRAL}*${NORMAL}" + echo -e " ${BLANK}*${NORMAL}" LAST_E_CMD="eblank" return 0 } @@ -353,7 +353,7 @@ unset_colors() { COLS="25 80" ENDCOL= - NEUTRAL= + BLANK= GOOD= WARN= BAD= @@ -376,7 +376,7 @@ set_colors() { if [ -n "${PORTAGE_COLORMAP}" ] ; then eval ${PORTAGE_COLORMAP} else - NEUTRAL=$'\e[37m' + BLANK=$'\e[37m' GOOD=$'\e[32;01m' WARN=$'\e[33;01m' BAD=$'\e[31;01m' -- cgit v1.2.3-1-g7c22