diff options
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-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 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 "<a href=\"$URL\">$PKG.git</a>" if ! $OBSOLETE_IN_TESTING && ! $OBSOLETE_IN_SID && ! $OBSOLETE_IN_EXP && [ "$PKG" != "strip-nondeterminism" ] ; then write_page "<br />(unused?)" - elif $OBSOLETE_IN_SID ; then + elif ! $OBSOLETE_IN_SID ; then let "MODIFIED_IN_SID+=1" fi fi |