From: Zac Medico Date: Tue, 20 Nov 2007 07:09:55 +0000 (-0000) Subject: Fix ${EBUILD_PHASE} quoting. X-Git-Tag: v2.2_pre1~365 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dede933dae9f7a2ec76a7714c61c92a52336e3ee;p=portage.git Fix ${EBUILD_PHASE} quoting. svn path=/main/trunk/; revision=8541 --- 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