summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlp2tldb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlp2tldb.pl')
-rwxr-xr-xMaster/tlpkg/bin/tlp2tldb.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlp2tldb.pl b/Master/tlpkg/bin/tlp2tldb.pl
index 0d70aff7423..c7ce7a97bc2 100755
--- a/Master/tlpkg/bin/tlp2tldb.pl
+++ b/Master/tlpkg/bin/tlp2tldb.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
#
# tlp2tldb.pl
# convert a set of tlp files (given as arguments) into a tldb
@@ -9,6 +9,7 @@
#
BEGIN {
+ $^W = 1;
($mydir = $0) =~ s,/[^/]*$,,;
unshift (@INC, $mydir);
}