Skip to content

Commit 339bf38

Browse files
nikola-maticcameel
authored andcommitted
Silence warning about improper quoting in .circleci/soltest.sh
1 parent c675266 commit 339bf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/soltest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ do
9292
done
9393

9494
# wait for individual processes to get their exit status
95-
for pid in ${PIDs[*]}
95+
for pid in "${PIDs[@]}"
9696
do
9797
wait "$pid"
9898
done

0 commit comments

Comments
 (0)