From 321c70662f99cea516e69c80942975763a17259c Mon Sep 17 00:00:00 2001 From: Reinhard Kotucha Date: Sun, 6 Apr 2008 20:58:31 +0000 Subject: install-tl.pl: --gui now default on Windows. git-svn-id: svn://tug.org/texlive/trunk@7338 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/install-tl.pl b/Master/install-tl.pl index eacb96f6726..56711e63172 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -135,7 +135,6 @@ my $opt_media = ""; my $opt_url = ""; my $opt_profile = ""; my $opt_no_cls=0; -my $opt_gui = 0; my $opt_nogui = 0; my $opt_debug = 0; my $opt_ddebug = 0; @@ -147,6 +146,8 @@ my $opt_arch = 0; my $opt_portable = 0; my $opt_help = 0; my $opt_version = 0; +my $opt_gui = 0; +$opt_gui = 1 if (win32); # default language for GUI installer $::lang = "en"; -- cgit v1.2.3