From e167085a0f43cc4daa728bbf1ecaf7f9d27dfb29 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 14 May 2006 13:40:08 +0000 Subject: you have to quote $@ or things can break svn path=/main/trunk/; revision=3351 --- bin/isolated-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 03cba8143..be054d4ee 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -4,7 +4,7 @@ # Internal logging function, don't use this in ebuilds vecho() { - [[ ${PORTAGE_QUIET} == "1" ]] || echo ${@} + [[ ${PORTAGE_QUIET} == "1" ]] || echo "$@" } elog_base() { -- cgit v1.2.3-1-g7c22