From 8761b35ea6a1bb033ea915188f6310334d35038a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 17 May 2016 12:03:09 +0200 Subject: fix syntax error --- bin/reproducible_html_repository_comparison.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_repository_comparison.sh') 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 "$GIT" - local MERGEINFO="" + MERGEINFO="" if $OBSOLETE_IN_TESTING ; then MERGEINFO=" and available in testing and unstable" elif $OBSOLETE_IN_SID ; then -- cgit v1.2.3-54-g00ecf