From 64d2298206d2165c99c68d872face504ec12980c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 27 Jun 2007 10:11:01 +0000 Subject: Fix quoting. svn path=/main/trunk/; revision=7057 --- bin/isolated-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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%/*} -- cgit v1.2.3-1-g7c22