summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-07-10 10:58:09 +0000
committerNorbert Preining <preining@logic.at>2008-07-10 10:58:09 +0000
commit89515ba795c05f1d87af289be95234d51baf2ea9 (patch)
treed7a5fd47d0730afb657209a7cbbd9a8a474c83f3 /Master
parent8e85d1ab2ab6ba2ad123e83ac4e16a3d8153b1df (diff)
install-tl: do not dump vars and profile to the log file
git-svn-id: svn://tug.org/texlive/trunk@9429 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/install-tl14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 3bf3702335a..b210f4c1d3d 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -1229,13 +1229,13 @@ sub do_cleanup
}
# dump various things to the log file
- if (defined($::LOGFILE)) {
- print $::LOGFILE "\nDump of vars:\n";
- foreach my $key (keys %vars) {
- print $::LOGFILE "$key $vars{$key}\n";
- }
- create_profile($::LOGFILE);
- }
+ #if (defined($::LOGFILE)) {
+ # print $::LOGFILE "\nDump of vars:\n";
+ # foreach my $key (keys %vars) {
+ # print $::LOGFILE "$key $vars{$key}\n";
+ # }
+ # create_profile($::LOGFILE);
+ #}
# should not be needed any more
#dump_vars("$system_tmpdir/texlive.vars");