Skip to content

Commit 146cc6c

Browse files
author
Lars-Magnus Skog
committed
Remove invalid !
1 parent cc2d44a commit 146cc6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ done
8888
if
8989
[ "${HELP}" == "y" ] || \
9090
[ "${ARCH}" == "" ] || \
91-
!( [ "${ARCH}" != "x32" ] && [ "${ARCH}" != "x64" ] && [ "${ARCH}" != "arm" ] && [ "${ARCH}" != "arm64" ] ) || \
91+
( [ "${ARCH}" != "x32" ] && [ "${ARCH}" != "x64" ] && [ "${ARCH}" != "arm" ] && [ "${ARCH}" != "arm64" ] ) || \
9292
[ "${PLATFORM}" == "" ] || \
9393
!( [ "${PLATFORM}" != "android" ] && [ "${PLATFORM}" != "linux" ] ) || \
9494
[ "${ARCH}" == "arm" ] && [ "${ARM_VERSION}" == "" ]

0 commit comments

Comments
 (0)