From: Zac Medico Date: Wed, 21 Nov 2007 00:00:59 +0000 (-0000) Subject: Fix quoting for `source ${EBUILD}`. (trunk r8503) X-Git-Tag: v2.1.4~262 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba88e8cb629edc434f09f64d462e40585a8a5c1e;p=portage.git Fix quoting for `source ${EBUILD}`. (trunk r8503) svn path=/main/branches/2.1.2/; revision=8562 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 767d3f307..321129be7 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1589,7 +1589,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