mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-09 10:02:00 +00:00
blockcheck: minor old shell compat
This commit is contained in:
parent
d000345043
commit
41693b1008
@ -974,7 +974,7 @@ curl_test()
|
||||
rm -f "${PARALLEL_OUT}"*
|
||||
for n in $(seq -s ' ' 1 $REPEATS); do
|
||||
$1 "$IPV" $2 $3 "$4" >"${PARALLEL_OUT}_$n" &
|
||||
pids=${pids:+$pids }$!
|
||||
pids="${pids:+$pids }$!"
|
||||
done
|
||||
n=1
|
||||
for p in $pids; do
|
||||
|
Loading…
Reference in New Issue
Block a user