diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-19 22:54:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-19 22:54:52 +0200 |
commit | 38d82ec3b57b92b0d285d8d398b44e5b4c4be0bb (patch) | |
tree | fce4075b7623cfe64aa3b7ed40189bde646c27bc | |
parent | e7a84bb509e0ff9fbd6d0a585177d45db762137d (diff) | |
download | jenkins.debian.net-38d82ec3b57b92b0d285d8d398b44e5b4c4be0bb.tar.xz |
reproducible: fix braino
-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 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 |