diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-02 15:06:28 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-02 15:06:28 +0200 |
commit | 61d8b6a0d78d8732771def24dc0d7af9edaba7e7 (patch) | |
tree | 7a8b81e3b133939367ab97dbf0628d2bb386a81a /bin | |
parent | c20f2004c32d25f4f6de54f552d06a4c58d6d96b (diff) | |
download | jenkins.debian.net-61d8b6a0d78d8732771def24dc0d7af9edaba7e7.tar.xz |
reproducible: fix copy+paste error
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 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>" |