Backport 2.7: Use "#!/usr/bin/env perl" as shebang line.
This commit is contained in:
parent
be97c9cc85
commit
3a7457136e
20 changed files with 21 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
# Find functions making recursive calls to themselves.
|
||||
# (Multiple recursion where a() calls b() which calls a() not covered.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue