diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-26 02:02:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-26 02:02:54 +0200 |
commit | d8495dbca49f77a1f378823d3935ac6a9d745dc9 (patch) | |
tree | 8e886b6686ffc9fb565b60a8d909ed756bc04923 /bin | |
parent | b89f17e6b771b370422d3bc568944948fb2b3bd5 (diff) | |
download | jenkins.debian.net-d8495dbca49f77a1f378823d3935ac6a9d745dc9.tar.xz |
reproducible: fix typo breaking the suite navigation for armhf
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 42a21085..eb42345f 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -218,7 +218,7 @@ write_page_header() { done if [ "$TARGET" = "suite_stats" ] ; then for i in $SUITES ; do - if [ "$SUITE" != "unstable" ] && [ "$ARCH" = "armhf" ] ; then + if [ "$i" != "unstable" ] && [ "$ARCH" = "armhf" ] ; then # only unstable is tested on armhf atm continue fi |