From: Zac Medico Date: Thu, 15 Nov 2007 05:41:57 +0000 (-0000) Subject: Fix quoting for `source ${EBUILD}`. X-Git-Tag: v2.2_pre1~389 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f55d748b5a97ba494c3f99a732fb50a7c5b277d;p=portage.git Fix quoting for `source ${EBUILD}`. svn path=/main/trunk/; revision=8503 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 158f91945..338da2c2b 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1473,7 +1473,7 @@ unset EBUILD_DEATH_HOOKS # unset before this process of interaction begins. unset DEPEND RDEPEND PDEPEND IUSE -source ${EBUILD} || die "error sourcing ebuild" +source "${EBUILD}" || die "error sourcing ebuild" if ! hasq depend $EBUILD_PHASE; then RESTRICT="${PORTAGE_RESTRICT}" unset PORTAGE_RESTRICT