From b66da1449e038f11944d1e0c23065b6174099e13 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 18 May 2015 19:05:02 +0200 Subject: reproducible: turn another global variable into local --- bin/reproducible_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index f511b2d3..47c266a9 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -286,6 +286,7 @@ gen_packages_html() { for (( i=1; i<$#+1; i=i+100 )) ; do local string='[' local delimiter='' + local j for (( j=0; j<100; j++)) ; do local item=$(( $j+$i )) if (( $item < $#+1 )) ; then -- cgit v1.2.3-54-g00ecf