From dede933dae9f7a2ec76a7714c61c92a52336e3ee Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 20 Nov 2007 07:09:55 +0000 Subject: Fix ${EBUILD_PHASE} quoting. svn path=/main/trunk/; revision=8541 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index af2b656b1..a7b5d5548 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1645,7 +1645,7 @@ done unset x # Lock the dbkey variables after the global phase -[ ${EBUILD_PHASE} != "depend" ] && declare -r ${READONLY_EBUILD_METADATA} +[ "${EBUILD_PHASE}" != "depend" ] && declare -r ${READONLY_EBUILD_METADATA} if hasq nostrip ${FEATURES} ${RESTRICT} || hasq strip ${RESTRICT} then -- cgit v1.2.3-1-g7c22