summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-07-11 00:01:58 +0000
committerNorbert Preining <preining@logic.at>2009-07-11 00:01:58 +0000
commit0c5054c55e1f737f4ecea5cde8f2d552a3d7ffd8 (patch)
tree2a2d1510d1fb862b8a889a051b0341925d0b3448 /Master/tlpkg
parentd2a9b53f42cccb60e91a9d8163b24f0f2af7a06b (diff)
remove spurious update_assocs call in path handling
git-svn-id: svn://tug.org/texlive/trunk@14221 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 6f1696a2138..3482df218d8 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1833,7 +1833,6 @@ sub w32_add_to_path {
my ($bindir, $multiuser) = @_;
return if (!win32());
- TeXLive::TLWinGoo::update_assocs();
my $path = TeXLive::TLWinGoo::get_system_env() -> {'/Path'};
$path =~ s/[\s\x00]+$//;
&log("Old system path: $path\n");