diff options
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |