Skip to content

Commit 081b78f

Browse files
Update scripts/setup_quickstart_spm.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent cb72289 commit 081b78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_quickstart_spm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ main() {
220220
local project_files=("${quickstart_project_dir}"/*.xcodeproj)
221221
# Restore default globbing behavior.
222222
shopt -u nullglob
223-
if [[ ${#project_files[@]} -ne 1 ]]; then
223+
if [[ "${#project_files[@]}" -ne 1 ]]; then
224224
echo "Error: Expected 1 .xcodeproj file in '${quickstart_project_dir}', but found ${#project_files[@]}." >&2
225225
exit 1
226226
fi

0 commit comments

Comments
 (0)