diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-23 20:44:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-23 20:44:19 +0100 |
commit | 1e77a62c29076614b39e943dfd988eb2dc698cdf (patch) | |
tree | 08c0e360c78f6b78cc722b695c618f3e52664a8f /bin | |
parent | e0d80d0287977a9a992fb2c47ca0ed21ec727aab (diff) | |
download | jenkins.debian.net-1e77a62c29076614b39e943dfd988eb2dc698cdf.tar.xz |
dont be stupid just because the code is stupid
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_blacklist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh index fd13cfda..d59d2012 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.sh @@ -64,7 +64,7 @@ explain_syntax() { set +x ARCH="$1" shift -if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "armhf" ] && [ "$ARCH" != "i386" ] || [ "$ARCH" != "arm64" ] ; then +if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "armhf" ] && [ "$ARCH" != "i386" ] && [ "$ARCH" != "arm64" ] ; then explain_syntax exit 1 fi |