diff --git a/sdk_container/src/third_party/portage-stable/eclass/cmake-multilib.eclass b/sdk_container/src/third_party/portage-stable/eclass/cmake-multilib.eclass index c8fad94ac0..826f0ffcd9 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/cmake-multilib.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/cmake-multilib.eclass @@ -24,7 +24,7 @@ # @DEPRECATED: none # @DESCRIPTION: # Only "cmake" is supported. -: ${CMAKE_ECLASS:=cmake} +: "${CMAKE_ECLASS:=cmake}" case ${EAPI} in 7|8)