diff options
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index d91904b432b..60ddcc4dff1 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -3052,7 +3052,7 @@ EOF $texenvs .= " $evar=$ENV{$evar}\n"; } } - if ($texenvs) { + if (0 && $texenvs) { $welcome .= <<"EOF"; ---------------------------------------------------------------------- @@ -3061,6 +3061,7 @@ EOF directories to the system paths, they may well cause trouble with some parts of running TeX. If you encounter problems, try unsetting them. (And please ignore any spurious matches that are unrelated to TeX.) + $texenvs ---------------------------------------------------------------------- EOF } |