summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh2
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