From 0330133974fef6d4ab8c00ead64ee0f49127f0f0 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 29 Mar 2016 21:34:41 +0000 Subject: reproducible: blacklist: add i386 to the lists of archs here too --- 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 a75bcd1a..46641515 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.sh @@ -59,7 +59,7 @@ explain_syntax() { set +x ARCH="$1" shift -if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "armhf" ] ; then +if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "armhf" ] && [ "$ARCH" != "i386" ]; then explain_syntax exit 1 fi -- cgit v1.2.3-54-g00ecf