From 389c011e37365f22a944fa7b63752aebd4673b40 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 18 Jan 2010 00:28:05 +0000 Subject: oops, not ready, environment has been cleaned git-svn-id: svn://tug.org/texlive/trunk@16766 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master') 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 } -- cgit v1.2.3