mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix remaining shellcheck warnings in fuzz_multi.sh
This commit is contained in:
parent
1ee991ed4b
commit
4fa4fe0945
@ -8,9 +8,9 @@ if [ $# -ge 1 ]; then
|
||||
shift
|
||||
fi
|
||||
|
||||
FILTER=echo
|
||||
FILTER="echo"
|
||||
|
||||
for i in `seq -w "$N_CPUS"`; do
|
||||
for i in $(seq -w "$N_CPUS"); do
|
||||
if [ "$i" -eq 1 ]; then
|
||||
if [ "$N_CPUS" -eq 1 ]; then
|
||||
INSTANCE=""
|
||||
|
Loading…
Reference in New Issue
Block a user