Skip to content

Commit

Permalink
Silence warning about improper quoting in .circleci/soltest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-matic authored and cameel committed Oct 26, 2022
1 parent c675266 commit 339bf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/soltest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ do
done

# wait for individual processes to get their exit status
for pid in ${PIDs[*]}
for pid in "${PIDs[@]}"
do
wait "$pid"
done

0 comments on commit 339bf38

Please sign in to comment.