summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2008-06-20 04:59:45 +0000
committerMarius Mauch <genone@gentoo.org>2008-06-20 04:59:45 +0000
commite18a2db152ec6c8131d889ce348ee28ad395f677 (patch)
treefc395769572147630156e8c894078f8754f39bef /bin
parent60671162fcf663b1d5718cbd628034bbf6957b83 (diff)
downloadportage-e18a2db152ec6c8131d889ce348ee28ad395f677.tar.gz
portage-e18a2db152ec6c8131d889ce348ee28ad395f677.tar.bz2
portage-e18a2db152ec6c8131d889ce348ee28ad395f677.zip
update release notes/news
svn path=/main/trunk/; revision=10733
Diffstat (limited to 'bin')
-rwxr-xr-xbin/isolated-functions.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 6faa5d656..1a64bab7e 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
- INFO|WARN|ERROR|LOG|QA)
+ BLANK|INFO|WARN|ERROR|LOG|QA)
messagetype="${1}"
shift
;;
@@ -174,6 +174,15 @@ 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