summaryrefslogtreecommitdiffstats
path: root/bin
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
parent2e647d30eaec193dafbf61d5e424bb04c2f83bf1 (diff)
downloadportage-605d41153a999b6824f73083a323c4ba283307a9.tar.gz
portage-605d41153a999b6824f73083a323c4ba283307a9.tar.bz2
portage-605d41153a999b6824f73083a323c4ba283307a9.zip
preserve order of ebuild messages even between different message types (bug #197905)
svn path=/main/trunk/; revision=9726
Diffstat (limited to 'bin')
-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 08d1fcb0e..96594d8fe 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
}