diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-17 12:03:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-17 12:03:09 +0200 |
commit | 8761b35ea6a1bb033ea915188f6310334d35038a (patch) | |
tree | 8777e1c22b1d78aaa8e5b2a359a9d311e5c0ec3a /bin | |
parent | 835179182032b96e9949126dd7e01f5216eebfda (diff) | |
download | jenkins.debian.net-8761b35ea6a1bb033ea915188f6310334d35038a.tar.xz |
fix syntax error
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 2 |
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 |