We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb72289 commit 081b78fCopy full SHA for 081b78f
scripts/setup_quickstart_spm.sh
@@ -220,7 +220,7 @@ main() {
220
local project_files=("${quickstart_project_dir}"/*.xcodeproj)
221
# Restore default globbing behavior.
222
shopt -u nullglob
223
- if [[ ${#project_files[@]} -ne 1 ]]; then
+ if [[ "${#project_files[@]}" -ne 1 ]]; then
224
echo "Error: Expected 1 .xcodeproj file in '${quickstart_project_dir}', but found ${#project_files[@]}." >&2
225
exit 1
226
fi
0 commit comments