From: Zac Medico Date: Wed, 27 Jun 2007 10:11:01 +0000 (-0000) Subject: Fix quoting. X-Git-Tag: v2.2_pre1~1135 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64d2298206d2165c99c68d872face504ec12980c;p=portage.git Fix quoting. svn path=/main/trunk/; revision=7057 --- 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%/*}