public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: bin/postinst-qa-check.d/
Date: Mon,  2 Oct 2017 17:28:04 +0000 (UTC)	[thread overview]
Message-ID: <1506965161.c2636e6802fb4eb173b2da54d278322cb8edb5e5.zmedico@gentoo> (raw)

commit:     c2636e6802fb4eb173b2da54d278322cb8edb5e5
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 17:25:25 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 17:26:01 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=c2636e68

postinst-qa-check.d/50xdg-utils: local all_files (bug 632696)

Fixes: c4edb9ca3a6c ("postinst-qa-check.d: fix [[ ${files[@]} ]] logic in for loops")
X-Gentoo-bug: 632696
X-Gentoo-bug-url: https://bugs.gentoo.org/632696

 bin/postinst-qa-check.d/50xdg-utils | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/postinst-qa-check.d/50xdg-utils b/bin/postinst-qa-check.d/50xdg-utils
index 9f5ae7cb9..d1285caf4 100644
--- a/bin/postinst-qa-check.d/50xdg-utils
+++ b/bin/postinst-qa-check.d/50xdg-utils
@@ -3,7 +3,7 @@
 xdg_desktop_database_check() {
 	type -P update-desktop-database &>/dev/null || return
 
-	local d f missing
+	local d f all_files=() missing
 	for d in usr/share/applications; do
 		[[ -d ${d} ]] || continue
 
@@ -43,7 +43,7 @@ xdg_desktop_database_check() {
 xdg_mimeinfo_database_check() {
 	type -P update-mime-database &>/dev/null || return
 
-	local d f missing
+	local d f all_files=() missing
 	for d in usr/share/mime; do
 		[[ -d ${d} ]] || continue
 


             reply	other threads:[~2017-10-02 17:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-02 17:28 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-02-12 23:38 [gentoo-commits] proj/portage:master commit in: bin/postinst-qa-check.d/ Zac Medico
2019-02-12 23:38 Zac Medico
2018-03-16  9:27 Zac Medico
2017-10-27 19:11 Zac Medico
2017-10-02 16:56 Michał Górny
2017-09-20 18:14 Zac Medico
2017-09-20  4:28 Zac Medico
2017-09-19 23:38 Zac Medico
2017-09-19 23:38 Zac Medico
2017-08-29 16:38 Michał Górny
2017-08-26 21:16 Michał Górny
2017-08-26 21:16 Michał Górny
2017-08-26 21:16 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1506965161.c2636e6802fb4eb173b2da54d278322cb8edb5e5.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox