mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -24,7 +24,7 @@
|
||||
# @DEPRECATED: none
|
||||
# @DESCRIPTION:
|
||||
# Only "cmake" is supported.
|
||||
: ${CMAKE_ECLASS:=cmake}
|
||||
: "${CMAKE_ECLASS:=cmake}"
|
||||
|
||||
case ${EAPI} in
|
||||
7|8)
|
||||
|
||||
Reference in New Issue
Block a user