commit: 4c44e8f7372277a0b3ca21013cb5e7a64b733850
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 12:33:00 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 19:55:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c44e8f7
ecm.eclass: Drop duplicate local lang declaration
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/ecm.eclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index 12b31e4ef32..8d358a91f98 100644
--- a/eclass/ecm.eclass
+++ b/eclass/ecm.eclass
@@ -322,7 +322,6 @@ _ecm_strip_handbook_translations() {
for po in ${ECM_PO_DIRS}; do
if [[ -d ${po} ]] ; then
pushd ${po} > /dev/null || die
- local lang
for lang in *; do
if [[ -e ${lang} ]] && ! has ${lang/.po/}
${LINGUAS} ; then
case ${lang} in