From 4ff295dea4bd9b57574338d0fe27d9e287e07d41 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 28 May 2015 11:50:54 +0200 Subject: reproducible: fixup count logic --- bin/reproducible_html_repository_comparison.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index c1e17bff..3f6c4a2d 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -148,7 +148,7 @@ for PKG in $SOURCES ; do write_page "$PKG.git" if ! $OBSOLETE_IN_TESTING && ! $OBSOLETE_IN_SID && ! $OBSOLETE_IN_EXP && [ "$PKG" != "strip-nondeterminism" ] ; then write_page "
(unused?)" - elif $OBSOLETE_IN_SID ; then + elif ! $OBSOLETE_IN_SID ; then let "MODIFIED_IN_SID+=1" fi fi -- cgit v1.2.3-54-g00ecf