diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/install-tl.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index 4835aaffb1a..9f3ddf067bb 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -401,8 +401,6 @@ sub set_texlive_default_dirs { $tex_prefix=getenv('TEXLIVE_INSTALL_PREFIX'); if (win32) { - #require("TeXLive/win-admin.pl"); - $vars{'win-admin'} = admin(); my $prog = getenv('ProgramFiles'); $tex_prefix ||= $prog . '/texlive' if TeXLive::TLWinGoo::dir_writable($prog); $tex_prefix||=getenv('USERPROFILE') . '/texlive'; |