diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2008-04-16 22:44:45 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2008-04-16 22:44:45 +0000 |
commit | 7c4a225d15aa459868f3ecad2d2f49d7d52d0961 (patch) | |
tree | 7fdf91ad4b37996c94bbb9aa0dc87df44c3cd3f9 /Master/tlpkg/TeXLive | |
parent | 1ac7e4282b435a017fab72013978358148908dd0 (diff) |
tlpkg/TeXLive/TLUtils.pm: $WGETRC now set for all platforms.
git-svn-id: svn://tug.org/texlive/trunk@7459 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-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 |