diff options
-rwxr-xr-x | bin/isolated-functions.sh | 2 |
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%/*} |