summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-01-18 00:28:05 +0000
committerKarl Berry <karl@freefriends.org>2010-01-18 00:28:05 +0000
commit389c011e37365f22a944fa7b63752aebd4673b40 (patch)
treea02e5a38f6702d0ac7f7ae03f957c2a357e507cb
parente2afea1b7dcfdabb77d5ca96ba8be63b33961b6c (diff)
oops, not ready, environment has been cleaned
git-svn-id: svn://tug.org/texlive/trunk@16766 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm3
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
}