summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-19 22:54:52 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-19 22:54:52 +0200
commit38d82ec3b57b92b0d285d8d398b44e5b4c4be0bb (patch)
treefce4075b7623cfe64aa3b7ed40189bde646c27bc /bin/reproducible_common.sh
parente7a84bb509e0ff9fbd6d0a585177d45db762137d (diff)
downloadjenkins.debian.net-38d82ec3b57b92b0d285d8d398b44e5b4c4be0bb.tar.xz
reproducible: fix braino
Diffstat (limited to 'bin/reproducible_common.sh')
-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 e21a5d4d..8185b5a9 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -463,7 +463,7 @@ create_png_from_table() {
fi
if [ $1 -eq 0 ] || [ $1 -eq 2 ] ; then
# TABLE[0+2] have a architecture column:
- WHERE_EXTRA="$WHERE_SUITE AND architecture = \"$ARCH\""
+ WHERE_EXTRA="$WHERE_EXTRA AND architecture = \"$ARCH\""
fi
# run query
if [ $1 -eq 1 ] ; then