diff options
-rwxr-xr-x | Master/install-tl | 7 |
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; |