From b8f55bfebb2a70c078b3d38f9e7042a4e00ee192 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 25 Feb 2015 11:42:08 +0100 Subject: reproducible: improve colors --- bin/reproducible_html_repo_stats.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/reproducible_html_repo_stats.sh b/bin/reproducible_html_repo_stats.sh index a4c654b3..d20ebfdf 100755 --- a/bin/reproducible_html_repo_stats.sh +++ b/bin/reproducible_html_repo_stats.sh @@ -56,17 +56,17 @@ for PKG in $SOURCES ; do CSID="" for i in $SID ; do if dpkg --compare-versions "$i" gt "$BET" ; then - CSID="$CSID$i
" - BET="" + CSID="$CSID$i
" if [ ! -z "$BET" ] ; then CRUFT="$BET $CRUFT" + BET="" fi else CSID="$CSID$i
" fi done if [ ! -z "$BET" ] ; then - BET="$BET" + BET="$BET" else BET=" " fi -- cgit v1.2.3-54-g00ecf