Skip to content

Commit 373233d

Browse files
committed
sh: add missing quote, drop no longer used var, fixup printf mask, shellcheck warnings cleanup
1 parent e041ed5 commit 373233d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ossfuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ scripts/create_zip.sh
4242
# Copy the fuzzers over.
4343
for TARGET in $FUZZ_TARGETS
4444
do
45-
cp -v build/"${TARGET}" "${TARGET}"_seed_corpus.zip "$OUT"/
45+
cp -v build/"${TARGET}" "${TARGET}_seed_corpus.zip" "$OUT"/
4646
done
4747

4848
# Copy dictionary and options file to $OUT.

0 commit comments

Comments
 (0)