cmake-multilib.eclass: Quote argument of ":" command

This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2023-03-23 17:39:24 +01:00
parent 9cfc13e258
commit 4bdf7a22c5

View File

@@ -24,7 +24,7 @@
# @DEPRECATED: none
# @DESCRIPTION:
# Only "cmake" is supported.
: ${CMAKE_ECLASS:=cmake}
: "${CMAKE_ECLASS:=cmake}"
case ${EAPI} in
7|8)