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 20dea4e commit 2852fc4Copy full SHA for 2852fc4
.clusterfuzzlite/build.sh
@@ -79,11 +79,11 @@ do
79
80
dict_path="corpus/$name.dict"
81
if [ -e "$dict_path" ]; then
82
- zip -urj $OUT/"$name"_seed_corpus.zip $dict_path
+ zip -urj --quiet $OUT/"$name"_seed_corpus.zip "$dict_path"
83
fi
84
85
options_path="corpus/$name.options"
86
if [ -e "$options_path" ]; then
87
- zip -urj $OUT/"$name"_seed_corpus.zip $options_path
+ zip -urj --quiet $OUT/"$name"_seed_corpus.zip "$options_path"
88
89
done
0 commit comments