projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34554e7
)
Fix quoting. (trunk r7057)
author
Zac Medico
<zmedico@gentoo.org>
Wed, 27 Jun 2007 10:11:14 +0000
(10:11 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 27 Jun 2007 10:11:14 +0000
(10:11 -0000)
svn path=/main/branches/2.1.2/; revision=7058
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index a3c591f8790375ba11315b67c00a689953b1dd3c..117268230b3412131c3a52b62ea5ad62ecaec4ed 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-300,7
+300,7
@@
diefunc() {
eerror " ${x}"
done
fi
- if [
${EBUILD#${PORTDIR}/} == ${EBUILD}
] ; then
+ if [
"${EBUILD#${PORTDIR}/}" == "${EBUILD}"
] ; then
local overlay=${EBUILD%/*}
overlay=${overlay%/*}
overlay=${overlay%/*}