summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-27 10:11:14 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-27 10:11:14 +0000
commit543c30c4238e65d3ddd91942b013dc14041a7656 (patch)
treef002e50500bab88695a4c549b020d924cf992cb8 /bin/ebuild.sh
parent34554e7b5657e671f7abf7debc86cbe8aacb081b (diff)
downloadportage-543c30c4238e65d3ddd91942b013dc14041a7656.tar.gz
portage-543c30c4238e65d3ddd91942b013dc14041a7656.tar.bz2
portage-543c30c4238e65d3ddd91942b013dc14041a7656.zip
Fix quoting. (trunk r7057)
svn path=/main/branches/2.1.2/; revision=7058
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index a3c591f87..117268230 100755
--- 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%/*}