From fa0e91b2638d1b945550088e90a788adbe898bc8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 17 May 2016 11:47:06 +0200 Subject: reproducible debian: fix formatting --- bin/reproducible_html_repository_comparison.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index 194a777d..48948391 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -184,12 +184,13 @@ for PKG in $SOURCEPKGS ; do write_row "$GIT" write_row "
(merged" if $OBSOLETE_IN_TESTING ; then - write_row "and available in testing and unstable)" + write_row "and available in testing and unstable" elif $OBSOLETE_IN_SID ; then - write_row "and available in unstable)" + write_row "and available in unstable" elif $OBSOLETE_IN_EXP ; then - write_row "and available in experimental)" + write_row "and available in experimental" fi + write_row ")" fi else write_row "$GIT" -- cgit v1.2.3-54-g00ecf