From 7f55d748b5a97ba494c3f99a732fb50a7c5b277d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 15 Nov 2007 05:41:57 +0000 Subject: Fix quoting for `source ${EBUILD}`. svn path=/main/trunk/; revision=8503 --- 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 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 -- cgit v1.2.3-1-g7c22