summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2008-04-06 14:20:52 +0000
committerMarius Mauch <genone@gentoo.org>2008-04-06 14:20:52 +0000
commit605d41153a999b6824f73083a323c4ba283307a9 (patch)
tree260b2524ad5e7f6450cb1a58f0e16fca31249e84 /bin/isolated-functions.sh
parentClarify --with-bdeps behavior with example. Thanks to Griffon26 for (diff)
downloadportage-multirepo-605d41153a999b6824f73083a323c4ba283307a9.tar.gz
portage-multirepo-605d41153a999b6824f73083a323c4ba283307a9.tar.bz2
portage-multirepo-605d41153a999b6824f73083a323c4ba283307a9.zip
preserve order of ebuild messages even between different message types (bug #197905)
svn path=/main/trunk/; revision=9726
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-xbin/isolated-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 08d1fcb0..96594d8f 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -164,7 +164,7 @@ elog_base() {
return 1
;;
esac
- echo -e "$*" >> "${T}/logging/${EBUILD_PHASE:-other}.${messagetype}"
+ echo -e "${messagetype} $*" >> "${T}/logging/${EBUILD_PHASE:-other}"
return 0
}