Silence warning about improper quoting in .circleci/soltest.sh

This commit is contained in:
Nikola Matic 2022-10-07 14:25:52 +02:00 committed by Kamil Śliwak
parent c675266393
commit 339bf38584

View File

@ -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