Skip to content

Commit e32a15e

Browse files
committed
sh: add missing quote, drop no longer used var, fixup printf mask, shellcheck warnings (./scripts/) cont
1 parent 521f1e0 commit e32a15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ BUILD_ROOT=$(readlink -f "${SCRIPTDIR}/..")
1010
for TARGET in ${FUZZ_TARGETS}
1111
do
1212
pushd "${BUILD_ROOT}/corpora/${TARGET}"
13-
zip ../../"${TARGET}_seed_corpus.zip" *
13+
zip ../../"${TARGET}_seed_corpus.zip" ./*
1414
popd
1515
done

0 commit comments

Comments
 (0)