From c1bb5e536ded49fb6f799304f0d9ac7f6b4d1d90 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 8 Apr 2008 04:54:35 +0000 Subject: 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 --- bin/isolated-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 } -- cgit v1.2.3-1-g7c22