From 0c5054c55e1f737f4ecea5cde8f2d552a3d7ffd8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 11 Jul 2009 00:01:58 +0000 Subject: remove spurious update_assocs call in path handling git-svn-id: svn://tug.org/texlive/trunk@14221 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 1 - 1 file changed, 1 deletion(-) 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"); -- cgit v1.2.3