summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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%/*}