From de702b9b0baac66d645b0c848b79a259785b5431 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 27 Jul 2008 14:07:28 +0000 Subject: Make elog_base() just use \n as the delimiter in the file since it's safe now that lines are always split. svn path=/main/trunk/; revision=11220 --- 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 e0d8fb08a..e9ce37cde 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -173,7 +173,7 @@ elog_base() { save_IFS IFS=$'\n' for line in $* ; do - echo -ne "${messagetype} ${line}\n\0" >> \ + echo -ne "${messagetype} ${line}\n" >> \ "${T}/logging/${EBUILD_PHASE:-other}" done restore_IFS -- cgit v1.2.3-1-g7c22