diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-03 23:31:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-03 23:31:34 +0000 |
commit | 839d4a655e1cf53c4966f0c59643353aea267c37 (patch) | |
tree | ab5202eac5420c690213598fea7b0336f7bf5acd | |
parent | fceec5840251d4fedb4d376de48e9eb9b12fe226 (diff) |
(check-env): ignore WISH envvar for "tex"
environment check. Siep, tex-live mail 3 Mar 2021 18:28:33.
git-svn-id: svn://tug.org/texlive/trunk@58097 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index 01d6e8876f2..cc377901522 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -2522,6 +2522,7 @@ sub check_env { |PATH |PERL5LIB |SHELLOPTS + |WISH )$/x; # don't worry about these if ("$evar $origenv{$evar}" =~ /tex/i) { # check both key and value $::env_warns .= " $evar=$origenv{$evar}\n"; |