We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2d44a commit 146cc6cCopy full SHA for 146cc6c
1 file changed
build
@@ -88,7 +88,7 @@ done
88
if
89
[ "${HELP}" == "y" ] || \
90
[ "${ARCH}" == "" ] || \
91
- !( [ "${ARCH}" != "x32" ] && [ "${ARCH}" != "x64" ] && [ "${ARCH}" != "arm" ] && [ "${ARCH}" != "arm64" ] ) || \
+ ( [ "${ARCH}" != "x32" ] && [ "${ARCH}" != "x64" ] && [ "${ARCH}" != "arm" ] && [ "${ARCH}" != "arm64" ] ) || \
92
[ "${PLATFORM}" == "" ] || \
93
!( [ "${PLATFORM}" != "android" ] && [ "${PLATFORM}" != "linux" ] ) || \
94
[ "${ARCH}" == "arm" ] && [ "${ARM_VERSION}" == "" ]
0 commit comments