We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e041ed5 commit 373233dCopy full SHA for 373233d
ossfuzz.sh
@@ -42,7 +42,7 @@ scripts/create_zip.sh
42
# Copy the fuzzers over.
43
for TARGET in $FUZZ_TARGETS
44
do
45
- cp -v build/"${TARGET}" "${TARGET}"_seed_corpus.zip "$OUT"/
+ cp -v build/"${TARGET}" "${TARGET}_seed_corpus.zip" "$OUT"/
46
done
47
48
# Copy dictionary and options file to $OUT.
0 commit comments