diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-03-23 17:39:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-26 14:11:00 +0200 |
commit | cc1bdcd022bdcd319180469ff031987a23c3f3ef (patch) | |
tree | 9204820599ead42aa9e5f31f3120330fb24e3dee /eclass | |
parent | kde.org.eclass: Quote argument of ":" command (diff) | |
download | kde-cc1bdcd022bdcd319180469ff031987a23c3f3ef.tar.gz kde-cc1bdcd022bdcd319180469ff031987a23c3f3ef.tar.bz2 kde-cc1bdcd022bdcd319180469ff031987a23c3f3ef.zip |
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@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/plasma-mobile.kde.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |