projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ba592
)
Fix quoting.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 27 Jun 2007 10:11:01 +0000
(10:11 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 27 Jun 2007 10:11:01 +0000
(10:11 -0000)
svn path=/main/trunk/; revision=7057
bin/isolated-functions.sh
patch
|
blob
|
history
diff --git
a/bin/isolated-functions.sh
b/bin/isolated-functions.sh
index 78e1096cd6b5eec982941c4f8266b1872af7b42b..8a069e8326ccf756756a8518427f10e676c2fb9e 100755
(executable)
--- a/
bin/isolated-functions.sh
+++ b/
bin/isolated-functions.sh
@@
-60,7
+60,7
@@
diefunc() {
eerror " ${x}"
done
fi
- if [
${EBUILD#${PORTDIR}/} == ${EBUILD}
] ; then
+ if [
"${EBUILD#${PORTDIR}/}" == "${EBUILD}"
] ; then
local overlay=${EBUILD%/*}
overlay=${overlay%/*}
overlay=${overlay%/*}