diff --git a/scripts/atlas/build-native.sh b/scripts/atlas/build-native.sh index b523088..2386a05 100755 --- a/scripts/atlas/build-native.sh +++ b/scripts/atlas/build-native.sh @@ -31,7 +31,7 @@ xcodebuild_args=( -derivedDataPath "$DERIVED_DATA_PATH" ) -if (( ${#VERSION_OVERRIDES[@]} > 0 )); then +if ((${#VERSION_OVERRIDES[@]} > 0)); then xcodebuild_args+=("${VERSION_OVERRIDES[@]}") fi