diff options
-rw-r--r-- | new-infra/tlsrc2tlp.pl | 2 | ||||
-rw-r--r-- | new-infra/use_tldb.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/new-infra/tlsrc2tlp.pl b/new-infra/tlsrc2tlp.pl index 4fd28a94cbf..e861f56a276 100644 --- a/new-infra/tlsrc2tlp.pl +++ b/new-infra/tlsrc2tlp.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # # tlsrc2tlp.pl # generate tlp files from tlsrc files diff --git a/new-infra/use_tldb.pl b/new-infra/use_tldb.pl index 6a24876efee..3e6a684d076 100644 --- a/new-infra/use_tldb.pl +++ b/new-infra/use_tldb.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # # use_tldb.pl # use the tldb file which is nothing else then a concatenation of |