summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-02 15:06:28 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-02 15:06:28 +0200
commit61d8b6a0d78d8732771def24dc0d7af9edaba7e7 (patch)
tree7a8b81e3b133939367ab97dbf0628d2bb386a81a /bin/reproducible_html_repository_comparison.sh
parentc20f2004c32d25f4f6de54f552d06a4c58d6d96b (diff)
downloadjenkins.debian.net-61d8b6a0d78d8732771def24dc0d7af9edaba7e7.tar.xz
reproducible: fix copy+paste error
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index eabb454e..5364b221 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -106,7 +106,7 @@ for PKG in $SOURCEPKGS ; do
if [ ! -z "$BET" ] ; then
BINARIES=""
for ARCH in $ARCHS ; do
- i="$ARCH: $(grep-dctrl -n -s Package -r -FPackage $PKG --and -FVersion $BET --and -FArchitecture all --or -FArchitecture $ARCH Packages|xargs -r echo)"
+ i="$ARCH: $(grep-dctrl -n -s Package -r -FPackage $PKG --and -FVersion $BET --and -FArchitecture all --or -FArchitecture $ARCH $PACKAGES|xargs -r echo)"
BINARIES="$BINARIES$i<br />"
done
BET="<span class=\"green\">$BET</span>"