From a5cdcc3b1b6c65ae71447778e114a13595b5f491 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 2 Aug 2015 15:28:32 +0200 Subject: fixup 9785077: reproducible: improve binary package display --- bin/reproducible_html_repository_comparison.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index e8eef5fa..55c62f04 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -109,7 +109,7 @@ for PKG in $SOURCEPKGS ; do if [ ! -z "$BET" ] ; then for ARCH in $ARCHS ; do i="$(grep-dctrl -n -s Package -r -FPackage $PKG --and -FVersion $BET --and -FArchitecture all --or -FArchitecture $ARCH $PACKAGES|xargs -r echo)" - if [ ! -z $i ] ; then + if [ ! -z "$i" ] ; then i="$ARCH+all: $i" else i="no binaries for $ARCH" -- cgit v1.2.3-70-g09d2