Fix quoting for `source ${EBUILD}`. (trunk r8503)
authorZac Medico <zmedico@gentoo.org>
Wed, 21 Nov 2007 00:00:59 +0000 (00:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 21 Nov 2007 00:00:59 +0000 (00:00 -0000)
svn path=/main/branches/2.1.2/; revision=8562

bin/ebuild.sh

index 767d3f307b7859e6ce785e79d0b4b927c40c84e8..321129be747e3aab033ddb7b305a85edd5d83b5b 100755 (executable)
@@ -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