From 1bd04b179cda87db924a838b28b6ea6fc9547e5d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 1 May 2008 11:13:15 +0000 Subject: make autoabbrev=0 actually work? git-svn-id: svn://tug.org/texlive/trunk@7774 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 7 +++++-- 1 file 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; -- cgit v1.2.3