Backport 2.7: Use "#!/usr/bin/env perl" as shebang line.

This commit is contained in:
fbrosson 2018-04-04 22:26:56 +00:00
parent be97c9cc85
commit 3a7457136e
20 changed files with 21 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
use strict;