diff options
-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 |