summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-29 16:41:06 +0000
committerKarl Berry <karl@freefriends.org>2008-10-29 16:41:06 +0000
commit6a1c935fbac34ffbb4a2453149da338c489a105f (patch)
treeccd73042871dd88391aa446fc46065df3c3344c6 /Build/source
parent8406f044fb31a6d457228f3a6f22687c3608028d (diff)
keep wrapper in sync
git-svn-id: svn://tug.org/texlive/trunk@11108 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-xBuild/source/texk/texlive/tl-w32-wrapper.texlua3
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')