mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-12 20:06:46 +02:00
Do not escape quotes anymore in build.sh
cat is used now, not an echo of a "". Change-Id: I36036ff2110f94a99bf1581c6c0d30326161314b
This commit is contained in:
parent
ea0e121b6a
commit
3ba8af1a33
@ -73,7 +73,7 @@ for fuzz_main_file in $FUZZ_TEST_BINARIES_OUT_PATHS; do
|
|||||||
cat << EOF > $OUT/$TARGET_FUZZER
|
cat << EOF > $OUT/$TARGET_FUZZER
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# LLVMFuzzerTestOneInput for fuzzer detection.
|
# LLVMFuzzerTestOneInput for fuzzer detection.
|
||||||
this_dir=\$(dirname \"\$0\")
|
this_dir=\$(dirname "\$0")
|
||||||
export TEST_DATA_DIRS=\$this_dir/corpus
|
export TEST_DATA_DIRS=\$this_dir/corpus
|
||||||
chmod +x \$this_dir/$fuzz_basename
|
chmod +x \$this_dir/$fuzz_basename
|
||||||
\$this_dir/$fuzz_basename --fuzz=$fuzz_entrypoint -- \$@
|
\$this_dir/$fuzz_basename --fuzz=$fuzz_entrypoint -- \$@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user