summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-12-01 10:52:46 +0000
committerNorbert Preining <preining@logic.at>2008-12-01 10:52:46 +0000
commit91900f79cc1dd5c01cf05f3f7e26178e7a2bee7d (patch)
treeb22e15508ae396c37ef2431fb0f32ed161cc1711 /Build/source
parentaff9b4e9eaa4d242ae7d2285181a79482cdc79b4 (diff)
fix w32 wrapper to NOT set WGETRC env var
git-svn-id: svn://tug.org/texlive/trunk@11491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-xBuild/source/texk/texlive/tl-w32-wrapper.texlua4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/tl-w32-wrapper.texlua b/Build/source/texk/texlive/tl-w32-wrapper.texlua
index 5c378d372cc..1d0fb92d846 100755
--- a/Build/source/texk/texlive/tl-w32-wrapper.texlua
+++ b/Build/source/texk/texlive/tl-w32-wrapper.texlua
@@ -50,7 +50,9 @@ os.setenv('PATH', TEXDIR..'/tlpkg/tlgs/bin;'..
TEXDIR..'/tlpkg/installer/wget;'..
os.getenv('PATH'))
-os.setenv('WGETRC', TEXDIR..'/tlpkg/installer/wgetrc')
+-- we don't ship the wgetrc anymore, and if it is not present, wget
+-- will just die, that is bad!!!
+-- os.setenv('WGETRC', TEXDIR..'/tlpkg/installer/wgetrc')
os.setenv('PERL5LIB', TEXDIR..'/tlpkg/tlperl/lib')
os.setenv('GS_LIB', TEXDIR..'/tlpkg/tlgs/lib;'..TEXDIR..'/tlpkg/tlgs/fonts')