summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2008-06-17 17:35:18 +0000
committerMarius Mauch <genone@gentoo.org>2008-06-17 17:35:18 +0000
commit9be15f3d3f58f4afb83f45060cf29dbd65761f16 (patch)
tree4899d53c82814277c983766bbd871fb11df011e5 /bin/isolated-functions.sh
parentDo not preserve the master link of a library to avoid packages being linked a... (diff)
downloadportage-multirepo-9be15f3d3f58f4afb83f45060cf29dbd65761f16.tar.gz
portage-multirepo-9be15f3d3f58f4afb83f45060cf29dbd65761f16.tar.bz2
portage-multirepo-9be15f3d3f58f4afb83f45060cf29dbd65761f16.zip
Remove eblank nonsense
svn path=/main/trunk/; revision=10694
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-xbin/isolated-functions.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 5851a55c..1eacf441 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -161,7 +161,7 @@ elog_base() {
local messagetype
[ -z "${1}" -o -z "${T}" -o ! -d "${T}/logging" ] && return 1
case "${1}" in
- BLANK|INFO|WARN|ERROR|LOG|QA)
+ INFO|WARN|ERROR|LOG|QA)
messagetype="${1}"
shift
;;
@@ -174,15 +174,6 @@ elog_base() {
return 0
}
-eblank() {
- [[ ${LAST_E_CMD} == "eblank" ]] && return 0
- elog_base BLANK
- [[ ${RC_ENDCOL} != "yes" && ${LAST_E_CMD} == "ebegin" ]] && echo
- echo -e " ${BLANK}*${NORMAL}"
- LAST_E_CMD="eblank"
- return 0
-}
-
eqawarn() {
elog_base QA "$*"
[[ ${RC_ENDCOL} != "yes" && ${LAST_E_CMD} == "ebegin" ]] && echo