projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f41104f
)
Fix quoting for `source ${EBUILD}`. (trunk r8503)
author
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Nov 2007 00:00:59 +0000
(
00:00
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 767d3f307b7859e6ce785e79d0b4b927c40c84e8..321129be747e3aab033ddb7b305a85edd5d83b5b 100755
(executable)
--- 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