Skip to content

Commit 717b8bc

Browse files
nit
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 3c421ae commit 717b8bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/opus/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ for build in "${BUILDS[@]}"; do
6565
# fuzzer's name
6666
[ -f tests/$fuzzer.options ] \
6767
&& cp tests/$fuzzer.options $OUT/${fuzzer}_${build}.options
68-
cp $SRC/zipped-corpus.zip $OUT/${fuzzer}_${build}_seed_corpus.zip
68+
cp $SRC/zipped-corpus.zip $OUT/${fuzzer}_${build}_seed_corpus.zip &
6969
done
7070
done
71+
72+
wait

0 commit comments

Comments
 (0)