aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreroen <eroen@occam.eroen.eu>2014-08-26 21:04:44 +0200
committerMichał Górny <mgorny@gentoo.org>2014-08-26 21:38:12 +0200
commit9d27952965cec81bbdfe66d94391fc6ea506bbbb (patch)
treee97eeab3d88c0e05ad5285f7de9a83b618473b82 /bin/misc-functions.sh
parentpackage_tracker.match: account for unevaluated_atom (diff)
downloadportage-9d27952965cec81bbdfe66d94391fc6ea506bbbb.tar.gz
portage-9d27952965cec81bbdfe66d94391fc6ea506bbbb.tar.bz2
portage-9d27952965cec81bbdfe66d94391fc6ea506bbbb.zip
bin/misc-functions.sh: Empty flag variable 'error' before (re-)use
Prevent subsequent .png files from inheriting error status from earlier file. Reviewed-By: Michał Górny <mgorny@gentoo.org> Acked-By: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 961738f6b..e45d810cd 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -882,7 +882,7 @@ install_qa_check() {
local next
while read -r -a pngout ; do
- local error
+ local error=""
case "${pngout[1]}" in
CHK)