Fix quoting for `source ${EBUILD}`.
authorZac Medico <zmedico@gentoo.org>
Thu, 15 Nov 2007 05:41:57 +0000 (05:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 15 Nov 2007 05:41:57 +0000 (05:41 -0000)
svn path=/main/trunk/; revision=8503

bin/ebuild.sh

index 158f9194539a6fbed0106932aaf8ee2e51e440b6..338da2c2b855c78903a682336668b10fb27c3423 100755 (executable)
@@ -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