summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl
index bd316d001d1..d0e20d7cdf9 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -78,8 +78,11 @@ if (win32) {
&create_uninstaller
));
}
-use Getopt::Long;
-$Getopt::Long::autoabbrev=0;
+
+#use Getopt::Long;
+#$Getopt::Long::autoabbrev=0;
+use Getopt::Long qw(:config no_autoabbrev);
+
use strict;