[fuzz] remove \L in sed regex for filenames in gen_target.sh
authorSavil Srivastava <savil@cs.stanford.edu>
Sat, 21 Jul 2018 06:00:31 +0000 (23:00 -0700)
committerSavil Srivastava <savil@cs.stanford.edu>
Sat, 21 Jul 2018 06:00:31 +0000 (23:00 -0700)
commitdee4ce5171c0f8e1fd82cc3f8b55174138a6abca
tree8c22444e36e8a779fd48c9d76c7a38d27df5ecad
parent89167164da5e507cc49ca78489ccc7629508102b
[fuzz] remove \L in sed regex for filenames in gen_target.sh

Summary:
on `master` branch, if i ran `gen_target.sh` i would get the following output:
https://gist.github.com/savil/2b3114eaf34c3ef8499b65005e374841

Without it, I get the files generated that are already checked-in (as expected).

Looking at the sed docs (https://www.gnu.org/software/sed/manual/html_node/Regular-Expressions.html) i don't see an explanation for what `\L` may do in whatever regex sed follows. Does this look correct? cc @yuntai
fuzz/fuzz_targets/msg_targets/gen_target.sh