summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2019-08-15 19:52:52 +0000
committerMike Gilbert <floppym@gentoo.org>2019-08-16 13:02:30 -0400
commite5f5670d921475e118cf40104c020a95111e9991 (patch)
tree42df4758d9400a9cc84acd3343a3669b49f76412 /eclass/xdg-utils.eclass
parentdev-python/protobuf-python: Stabilize 3.8.0 on amd64/x86. (diff)
downloadgentoo-e5f5670d921475e118cf40104c020a95111e9991.tar.gz
gentoo-e5f5670d921475e118cf40104c020a95111e9991.tar.bz2
gentoo-e5f5670d921475e118cf40104c020a95111e9991.zip
xdg-utils.eclass: Mark 2 local variables with 'local'.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'eclass/xdg-utils.eclass')
-rw-r--r--eclass/xdg-utils.eclass4
1 files 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