summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-17 12:03:09 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-17 12:03:09 +0200
commit8761b35ea6a1bb033ea915188f6310334d35038a (patch)
tree8777e1c22b1d78aaa8e5b2a359a9d311e5c0ec3a /bin/reproducible_html_repository_comparison.sh
parent835179182032b96e9949126dd7e01f5216eebfda (diff)
downloadjenkins.debian.net-8761b35ea6a1bb033ea915188f6310334d35038a.tar.xz
fix syntax error
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 2b25c137..db6a40ac 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -182,7 +182,7 @@ for PKG in $SOURCEPKGS ; do
fi
else
write_row "<a href=\"$URL\">$GIT</a>"
- local MERGEINFO=""
+ MERGEINFO=""
if $OBSOLETE_IN_TESTING ; then
MERGEINFO=" and available in testing and unstable"
elif $OBSOLETE_IN_SID ; then