commit | 3a7457136e0792028c12d30f62ca946672e917f0 | [log] [tgz] |
---|---|---|
author | fbrosson <fbrosson@users.noreply.github.com> | Wed Apr 04 22:26:56 2018 +0000 |
committer | fbrosson <fbrosson@users.noreply.github.com> | Wed Apr 04 22:26:56 2018 +0000 |
tree | aea8f2647baf2a22d092a6ff0e1bb2abacec9212 | |
parent | be97c9cc85a5c43ebc9a58fde7754834e8940612 [diff] [blame] |
Backport 2.7: Use "#!/usr/bin/env perl" as shebang line.
diff --git a/tests/scripts/recursion.pl b/tests/scripts/recursion.pl index 3ad42b1..431e592 100755 --- a/tests/scripts/recursion.pl +++ b/tests/scripts/recursion.pl
@@ -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.)