Fix remaining shellcheck warnings in fuzz_multi.sh

This commit is contained in:
rl1987 2019-04-12 22:41:39 +03:00
parent 1ee991ed4b
commit 4fa4fe0945

View File

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