summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-06-14 22:58:05 +0000
committerKarl Berry <karl@freefriends.org>2007-06-14 22:58:05 +0000
commitc2e82483615cacc0574a7919e070abfe8631c5fa (patch)
tree76d7846723c781aa417b73a0c7eeb5ec4d7b0e7b
parent833edbc603adea2cbf1ba822e55f35b9afb954ec (diff)
use /usr/bin/env perl
git-svn-id: svn://tug.org/texlive/trunk@4431 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xnew-infra/etc/create-tlsrc-from-tpm.pl2
-rwxr-xr-xnew-infra/etc/read-tpm-dump-tpl.pl2
-rw-r--r--new-infra/test-tldb.pl2
-rw-r--r--new-infra/test-tlp.pl2
-rw-r--r--new-infra/test-tlsrc.pl2
-rw-r--r--new-infra/test-tltree.pl2
6 files changed, 6 insertions, 6 deletions
diff --git a/new-infra/etc/create-tlsrc-from-tpm.pl b/new-infra/etc/create-tlsrc-from-tpm.pl
index f956561b566..096011ee745 100755
--- a/new-infra/etc/create-tlsrc-from-tpm.pl
+++ b/new-infra/etc/create-tlsrc-from-tpm.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# tpm2deb-source.pl
# machinery to create debian packages from TeX Live depot
diff --git a/new-infra/etc/read-tpm-dump-tpl.pl b/new-infra/etc/read-tpm-dump-tpl.pl
index eab4b8afbfc..a35072c0da8 100755
--- a/new-infra/etc/read-tpm-dump-tpl.pl
+++ b/new-infra/etc/read-tpm-dump-tpl.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# tpm2deb-source.pl
# machinery to create debian packages from TeX Live depot
diff --git a/new-infra/test-tldb.pl b/new-infra/test-tldb.pl
index 9e7ed4b6458..9238c4f1e77 100644
--- a/new-infra/test-tldb.pl
+++ b/new-infra/test-tldb.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
use strict;
diff --git a/new-infra/test-tlp.pl b/new-infra/test-tlp.pl
index 51a3a5f61c6..f9f21af1e68 100644
--- a/new-infra/test-tlp.pl
+++ b/new-infra/test-tlp.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
use strict;
use Data::Dumper;
diff --git a/new-infra/test-tlsrc.pl b/new-infra/test-tlsrc.pl
index 2ac1a7d2d9c..7a6017f55cb 100644
--- a/new-infra/test-tlsrc.pl
+++ b/new-infra/test-tlsrc.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
use strict;
diff --git a/new-infra/test-tltree.pl b/new-infra/test-tltree.pl
index 5cb4fead021..b6728323946 100644
--- a/new-infra/test-tltree.pl
+++ b/new-infra/test-tltree.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
use lib '/src/TeX/texlive-svn/new-infra';