mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +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
|
shift
|
||||||
fi
|
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 [ "$i" -eq 1 ]; then
|
||||||
if [ "$N_CPUS" -eq 1 ]; then
|
if [ "$N_CPUS" -eq 1 ]; then
|
||||||
INSTANCE=""
|
INSTANCE=""
|
||||||
|
Loading…
Reference in New Issue
Block a user