Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 16 Aug 2019 17:03:18
Message-Id: 1565974950.e5f5670d921475e118cf40104c020a95111e9991.floppym@gentoo
1 commit: e5f5670d921475e118cf40104c020a95111e9991
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Aug 15 19:52:52 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 17:02:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f5670d
7
8 xdg-utils.eclass: Mark 2 local variables with 'local'.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 eclass/xdg-utils.eclass | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass
17 index f5121830d88..68c15e55c35 100644
18 --- a/eclass/xdg-utils.eclass
19 +++ b/eclass/xdg-utils.eclass
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 2004-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 # @ECLASS: xdg-utils.eclass
26 @@ -85,7 +85,7 @@ xdg_icon_cache_update() {
27 fi
28
29 ebegin "Updating icons cache"
30 - local retval=0
31 + local dir f retval=0
32 local fails=( )
33 for dir in "${EROOT%/}"/usr/share/icons/*
34 do