diff --git a/build.sh b/build.sh index 689405c..1efeccd 100755 --- a/build.sh +++ b/build.sh @@ -115,7 +115,7 @@ function CheckVersionFormat() { function FixArgs() { CheckAllPlatform CheckVersionFormat "$VERSION" - if [ ! "$SKIP_INIT_WEB" && ! "$WEB_VERSION" ]; then + if [ ! "$SKIP_INIT_WEB" ] && [ ! "$WEB_VERSION" ]; then if [ "$VERSION" != "" ]; then WEB_VERSION="$VERSION" else