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

Signed-off-by: Ulrich Müller <u...@gentoo.org>
---
 eclass/golang-vcs.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/golang-vcs.eclass b/eclass/golang-vcs.eclass
index 7eb60e5f2453..6f60b6dd3ae0 100644
--- a/eclass/golang-vcs.eclass
+++ b/eclass/golang-vcs.eclass
@@ -67,7 +67,7 @@ _golang-vcs_env_setup() {
        debug-print-function ${FUNCNAME} "$@"
 
        local distdir=${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}
-       : ${EGO_STORE_DIR:=${distdir}/go-src}
+       : "${EGO_STORE_DIR:=${distdir}/go-src}"
 
        [[ -n ${EVCS_UMASK} ]] && eumask_push $EVCS_UMASK
 
-- 
2.40.0


Reply via email to