From b212fccaff836699d1177e1295a401f6e7c7c071 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 5 Oct 2007 01:41:08 +0000 Subject: Fix quoting as reported by Drac in bug 194169 (trunk r7877:7879) svn path=/main/branches/2.1.2/; revision=7921 --- 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 01fbbf272..bb119b98e 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -24,7 +24,7 @@ elog_base() { return 1 ;; esac - echo -e "$*" >> ${T}/logging/${EBUILD_PHASE:-other}.${messagetype} + echo -e "$*" >> "${T}/logging/${EBUILD_PHASE:-other}.${messagetype}" return 0 } -- cgit v1.2.3-1-g7c22