blockcheck: minor old shell compat

This commit is contained in:
bol-van 2025-01-05 12:52:37 +03:00
parent d000345043
commit 41693b1008

View File

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