diff options
Diffstat (limited to 'Master')
-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"; |