From d5fb0c29224f3dab31a57ede3db1aff1ec646bfb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 1 Mar 2019 23:27:15 +0000 Subject: (check_env): ignore anything beginning with _, notably __CF_USER_TEXT_ENCODING (Mojca mail 1 Mar 2019 08:08:46). git-svn-id: svn://tug.org/texlive/trunk@50189 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index 5556f1fc58b..ca87f9947cd 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -2503,12 +2503,14 @@ sub check_env { # check for tex-related envvars. $::env_warns = ""; for my $evar (sort keys %origenv) { - next if $evar =~ /^(_ + next if $evar =~ /^(_.* |.*PWD - |GENDOCS_TEMPLATE_DIR|PATH|SHELLOPTS - |PERL5LIB - |INSTROOT |ARGS + |GENDOCS_TEMPLATE_DIR + |INSTROOT + |PATH + |PERL5LIB + |SHELLOPTS )$/x; # don't worry about these if ("$evar $origenv{$evar}" =~ /tex/i) { # check both key and value $::env_warns .= " $evar=$origenv{$evar}\n"; @@ -2703,6 +2705,11 @@ C<-no-gui> option. The wizard mode user interface (default on Windows), asking only minimal questions before installing all of TeX Live. +=item C + +A generic name for, currently, C; it may select a different GUI +in the future. + =item C The expert GUI installer, providing access to more options. @@ -2711,7 +2718,7 @@ Can also be invoked on Windows by running C. =item C An experimental GUI. It starts out simply, with the same options as -the wizard installer, but a button 'Advanced' gives acces to almost +the wizard installer, but a button 'Advanced' gives access to almost all the options of the perltk GUI. =back -- cgit v1.2.3