[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: turn another global variable into local
Holger Levsen
holger at moszumanska.debian.org
Mon May 18 17:05:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit b66da1449e038f11944d1e0c23065b6174099e13
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 18 19:05:02 2015 +0200
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 f511b2d..47c266a 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list