diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-18 00:28:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-18 00:28:05 +0000 |
commit | 389c011e37365f22a944fa7b63752aebd4673b40 (patch) | |
tree | a02e5a38f6702d0ac7f7ae03f957c2a357e507cb /Master | |
parent | e2afea1b7dcfdabb77d5ca96ba8be63b33961b6c (diff) |
oops, not ready, environment has been cleaned
git-svn-id: svn://tug.org/texlive/trunk@16766 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 } |