From 1e77a62c29076614b39e943dfd988eb2dc698cdf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 23 Dec 2016 20:44:19 +0100 Subject: dont be stupid just because the code is stupid Signed-off-by: Holger Levsen --- bin/reproducible_blacklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_blacklist.sh') 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 -- cgit v1.2.3-54-g00ecf