From cf4a8d3da43c1f2bd5986bedcf22c76b1ad7fb9b Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Mon, 1 May 2006 18:34:37 +0000 Subject: allow escaping in elog_base() to fix bug 131913 svn path=/main/trunk/; revision=3294 --- bin/isolated-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/isolated-functions.sh') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 40b846eb0..3d3b93741 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:-other}.${messagetype} + echo -e "$*" >> ${T}/logging/${EBUILD_PHASE:-other}.${messagetype} return 0 } -- cgit v1.2.3-1-g7c22