From 5bb9687bf253632f0402b035a3ca4035296f670d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 20 Apr 2006 18:06:37 +0000 Subject: Add and "other" EBUILD_PHASE for bug #127585. Thanks to Patrick Avery for this patch. svn path=/main/trunk/; revision=3178 --- 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 3a004a15f..40b846eb0 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -16,7 +16,7 @@ elog_base() { return 1 ;; esac - echo "$*" >> ${T}/logging/${EBUILD_PHASE}.${messagetype} + echo "$*" >> ${T}/logging/${EBUILD_PHASE:-other}.${messagetype} return 0 } -- cgit v1.2.3-1-g7c22