Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Tue, 26 Aug 2014 19:38:56
Message-Id: 1409081892.9d27952965cec81bbdfe66d94391fc6ea506bbbb.mgorny@gentoo
1 commit: 9d27952965cec81bbdfe66d94391fc6ea506bbbb
2 Author: eroen <eroen <AT> occam <DOT> eroen <DOT> eu>
3 AuthorDate: Tue Aug 26 19:04:44 2014 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 26 19:38:12 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9d279529
7
8 bin/misc-functions.sh: Empty flag variable 'error' before (re-)use
9
10 Prevent subsequent .png files from inheriting error status from earlier
11 file.
12
13 Reviewed-By: Michał Górny <mgorny <AT> gentoo.org>
14 Acked-By: Brian Dolbec <dolsen <AT> gentoo.org>
15
16 ---
17 bin/misc-functions.sh | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
21 index 961738f..e45d810 100755
22 --- a/bin/misc-functions.sh
23 +++ b/bin/misc-functions.sh
24 @@ -882,7 +882,7 @@ install_qa_check() {
25 local next
26
27 while read -r -a pngout ; do
28 - local error
29 + local error=""
30
31 case "${pngout[1]}" in
32 CHK)