diff options
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 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 |