diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index a58861ac13d..429ad8741b3 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -924,9 +924,7 @@ again. sub initialize_installer { &media; &platform; - if (win32) { - $ENV{'WGETRC'}="$::installerdir/tlpkg/installer/wgetrc" - } + $ENV{'WGETRC'}="$::installerdir/tlpkg/installer/wgetrc" } =pod |