mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Silence warning about improper quoting in .circleci/soltest.sh
This commit is contained in:
parent
c675266393
commit
339bf38584
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user