From e5f5670d921475e118cf40104c020a95111e9991 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 15 Aug 2019 19:52:52 +0000 Subject: [PATCH] xdg-utils.eclass: Mark 2 local variables with 'local'. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Mike Gilbert --- eclass/xdg-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index f5121830d888..68c15e55c351 100644 --- a/eclass/xdg-utils.eclass +++ b/eclass/xdg-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2004-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: xdg-utils.eclass @@ -85,7 +85,7 @@ xdg_icon_cache_update() { fi ebegin "Updating icons cache" - local retval=0 + local dir f retval=0 local fails=( ) for dir in "${EROOT%/}"/usr/share/icons/* do -- 2.26.2