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 521f1e0 commit e32a15eCopy full SHA for e32a15e
scripts/create_zip.sh
@@ -10,6 +10,6 @@ BUILD_ROOT=$(readlink -f "${SCRIPTDIR}/..")
10
for TARGET in ${FUZZ_TARGETS}
11
do
12
pushd "${BUILD_ROOT}/corpora/${TARGET}"
13
- zip ../../"${TARGET}_seed_corpus.zip" *
+ zip ../../"${TARGET}_seed_corpus.zip" ./*
14
popd
15
done
0 commit comments