From ba88e8cb629edc434f09f64d462e40585a8a5c1e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 21 Nov 2007 00:00:59 +0000 Subject: Fix quoting for `source ${EBUILD}`. (trunk r8503) svn path=/main/branches/2.1.2/; revision=8562 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') 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 -- cgit v1.2.3-1-g7c22