summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-18 19:01:25 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-18 19:01:25 +0200
commit334c1b7de39c407e9a97325169dbe8facdc2b827 (patch)
tree5a02ca676853106241a3fe8be260d0e17f603df6 /bin/reproducible_html_graphs.sh
parent417e76a9063a0eaa386ed2313495f184a0bca388 (diff)
downloadjenkins.debian.net-334c1b7de39c407e9a97325169dbe8facdc2b827.tar.xz
reproducible: turn some more global variables into local ones
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index ce8a4678..2cf2c814 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -451,6 +451,7 @@ create_pkg_sets_pages() {
#
# create individual pages for all the sets
#
+ local i
for i in $(seq 1 ${#META_PKGSET[@]}) ; do
PAGE="pkg_set_${META_PKGSET[$i]}.html"
echo "$(date) - starting to write $PAGE page."