From 673de5f8238ef181606f796199643770fbc5ac92 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 1 Oct 2014 20:35:59 +0200 Subject: reproducible: improve output --- bin/reproducible_stats.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index d2d92638..3760f1ec 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -50,9 +50,9 @@ for PKG in $BAD ; do # remove epoch VERSION=$(echo $VERSION | cut -d ":" -f2) if [ -f "/var/lib/jenkins/userContent/diffp/${PKG}_${VERSION}.diffp.html" ] ; then - htmlecho "$PKG " + htmlecho " $PKG " else - htmlecho "$PKG " + htmlecho " $PKG " fi done htmlecho "

" -- cgit v1.2.3-70-g09d2