Fix perl scripts to run with env on Linux
https://bugs.webkit.org/show_bug.cgi?id=137601
Patch by Adrien Destugues <pulkomandy@gmail.com> on 2014-10-10
Reviewed by Csaba Osztrogonác.
Use of arguments in #! is nonstandard and does not behave the same on
different systems. Linux would look for an executable named "perl -w"
"use warnings;" does the same things in a more portable way.
* Scripts/commit-log-editor:
* Scripts/num-cpus:
* Scripts/prepare-ChangeLog:
* Scripts/run-launcher:
* Scripts/svn-create-patch:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@174582 268f45cc-cd09-0410-ab3c-d52691b4dbfc
6 files changed