diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-03-23 17:39:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:33:43 +0200 |
commit | 688fd5d324fe623f37f42f07e35dceb273e41652 (patch) | |
tree | fdae43e9578c515cd76d509b7c942aa44fb107d4 /eclass/mate.eclass | |
parent | mate-desktop.org.eclass: Quote argument of ":" command (diff) | |
download | gentoo-688fd5d324fe623f37f42f07e35dceb273e41652.tar.gz gentoo-688fd5d324fe623f37f42f07e35dceb273e41652.tar.bz2 gentoo-688fd5d324fe623f37f42f07e35dceb273e41652.zip |
mate.eclass: Quote argument of ":" command
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/mate.eclass')
-rw-r--r-- | eclass/mate.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mate.eclass b/eclass/mate.eclass index 388cdf2f827d..ad988f5a145a 100644 --- a/eclass/mate.eclass +++ b/eclass/mate.eclass @@ -63,7 +63,7 @@ mate_py_cond_func_wrap() { # - true: will always run eautoreconf # - false: will default to automatic detect # - If it is not set, it will default to false -: ${MATE_FORCE_AUTORECONF:="false"} +: "${MATE_FORCE_AUTORECONF:="false"}" # @FUNCTION: ematedocize # @DESCRIPTION: |