commit: cc1bdcd022bdcd319180469ff031987a23c3f3ef Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 23 16:39:58 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 12:11:00 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc1bdcd0
plasma-mobile.kde.org.eclass: Quote argument of ":" command This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/plasma-mobile.kde.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/plasma-mobile.kde.org.eclass b/eclass/plasma-mobile.kde.org.eclass index 1e2c5b6eb4..9fd54100d2 100644 --- a/eclass/plasma-mobile.kde.org.eclass +++ b/eclass/plasma-mobile.kde.org.eclass @@ -29,7 +29,7 @@ _PLASMA_MOBILE_KDE_ORG_ECLASS=1 # @PRE_INHERIT # @DESCRIPTION: # For proper description see kde.org.eclass manpage. -: ${KDE_ORG_CATEGORY:=plasma-mobile} +: "${KDE_ORG_CATEGORY:=plasma-mobile}" inherit kde.org
