From 605d41153a999b6824f73083a323c4ba283307a9 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sun, 6 Apr 2008 14:20:52 +0000 Subject: preserve order of ebuild messages even between different message types (bug #197905) svn path=/main/trunk/; revision=9726 --- 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 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 } -- cgit v1.2.3-1-g7c22