summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-08 04:54:35 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-08 04:54:35 +0000
commitc1bb5e536ded49fb6f799304f0d9ac7f6b4d1d90 (patch)
tree851369634daa9f9c9f15348c2fb90cb431e47d9b /bin
parent02e408373cee15c20ea2320774320807c274dd95 (diff)
downloadportage-c1bb5e536ded49fb6f799304f0d9ac7f6b4d1d90.tar.gz
portage-c1bb5e536ded49fb6f799304f0d9ac7f6b4d1d90.tar.bz2
portage-c1bb5e536ded49fb6f799304f0d9ac7f6b4d1d90.zip
Bug #197905 - Preserve order of ebuild messages even between different
message types. (trunk r9726 and r9747) svn path=/main/branches/2.1.2/; revision=9748
Diffstat (limited to 'bin')
-rw-r--r--bin/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 100644
--- 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
}