From d8495dbca49f77a1f378823d3935ac6a9d745dc9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 26 Aug 2015 02:02:54 +0200 Subject: reproducible: fix typo breaking the suite navigation for armhf --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf