summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-xbin/isolated-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 78e1096cd..8a069e832 100755
--- 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%/*}