From 334c1b7de39c407e9a97325169dbe8facdc2b827 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 18 May 2015 19:01:25 +0200 Subject: reproducible: turn some more global variables into local ones --- bin/reproducible_html_graphs.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_html_graphs.sh') 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." -- cgit v1.2.3-54-g00ecf