From 578e971e967dd1c26a3cced9bfcf3daa6dd7dabb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 1 Dec 2007 00:46:01 +0000 Subject: Fix quoting for PORTAGE_ROOTPATH. svn path=/main/trunk/; revision=8774 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index bf9716acb..128a7d6cc 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -16,7 +16,7 @@ export SANDBOX_READ="${SANDBOX_READ}:/dev/shm:/dev/stdin:${PORTAGE_TMPDIR}" unset BASH_ENV # sandbox unsets ROOTPATH, so we have to back it up and restore it. -if [ -n ${PORTAGE_ROOTPATH} ] ; then +if [ -n "${PORTAGE_ROOTPATH}" ] ; then export ROOTPATH=${PORTAGE_ROOTPATH} unset PORTAGE_ROOTPATH fi -- cgit v1.2.3-1-g7c22