diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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="<span class=\"red\">no binaries for $ARCH</span>" |