Landed.

https://chromiumcodereview.appspot.com/10409073/diff/1/tools/fuzz-harness.sh
File tools/fuzz-harness.sh (right):

https://chromiumcodereview.appspot.com/10409073/diff/1/tools/fuzz-harness.sh#newcode68
tools/fuzz-harness.sh:68: cat > "$v8_root/tools/jsfunfuzz.patch" <<- EOF
On 2012/05/23 07:49:55, Jakob wrote:
nit: "<< EOF" is sufficient ("<<-" strips leading tabs, which we don't
have
anyway).

Also, we don't need to persist the .patch file:

cat << EOF | patch -s -p0 -d "$v8_root"
[patch contents...]
EOF

Done.

https://chromiumcodereview.appspot.com/10409073/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to