Pipe symbol fiy

This commit is contained in:
Gerhard Stein
2023-07-27 17:49:40 +02:00
parent 1852b09c9b
commit c6ec8da264

View File

@@ -1,6 +1,6 @@
#!/bin/sh
if [ -z "$ARCH_LIST" ] | [ "$ARCH_LIST" = "all" ]; then
if [ -z "$ARCH_LIST" ] || [ "$ARCH_LIST" = "all" ]; then
ARCH_LIST="arm64-v8a armeabi-v7a x86_64 x86"
fi