From 835179182032b96e9949126dd7e01f5216eebfda Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 17 May 2016 12:01:59 +0200 Subject: reproducible debian: improve formatting, kill a whitespace --- bin/reproducible_html_repository_comparison.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index 48948391..2b25c137 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -182,15 +182,15 @@ for PKG in $SOURCEPKGS ; do fi else write_row "$GIT" - write_row "
(merged" + local MERGEINFO="" if $OBSOLETE_IN_TESTING ; then - write_row "and available in testing and unstable" + MERGEINFO=" and available in testing and unstable" elif $OBSOLETE_IN_SID ; then - write_row "and available in unstable" + MERGEINFO=" and available in unstable" elif $OBSOLETE_IN_EXP ; then - write_row "and available in experimental" + MERGEINFO=" and available in experimental" fi - write_row ")" + write_row "
(merged$MERGEINFO)" fi else write_row "$GIT" -- cgit v1.2.3-70-g09d2