diff options
-rwxr-xr-x | Build/source/texk/texlive/tl-w32-wrapper.texlua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/tl-w32-wrapper.texlua b/Build/source/texk/texlive/tl-w32-wrapper.texlua index ad73b9bf1d5..5c378d372cc 100755 --- a/Build/source/texk/texlive/tl-w32-wrapper.texlua +++ b/Build/source/texk/texlive/tl-w32-wrapper.texlua @@ -1,6 +1,5 @@ #! /usr/bin/env texlua --*-Lua-*- --- $Id$ -- Copyright (C) 2007, 2008 Reinhard Kotucha, Norbert Preining. -- You may freely use, modify and/or distribute this file. @@ -46,7 +45,9 @@ BINDIR=kpse.var_value('SELFAUTOLOC') perlbin=TEXDIR..'/tlpkg/tlperl/bin/perl.exe' os.setenv('PATH', TEXDIR..'/tlpkg/tlgs/bin;'.. + TEXDIR..'/tlpkg/tlperl/bin;'.. TEXDIR..'/tlpkg/installer;'.. + TEXDIR..'/tlpkg/installer/wget;'.. os.getenv('PATH')) os.setenv('WGETRC', TEXDIR..'/tlpkg/installer/wgetrc') |