summaryrefslogtreecommitdiff
path: root/Master/install-tl.bat
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-07 11:44:41 +0000
committerNorbert Preining <preining@logic.at>2008-01-07 11:44:41 +0000
commit075eef4d88e3b5fea855c900b1fca961fc908d42 (patch)
treeab90b13c39d8b33a3cca18412958e38f6ba16244 /Master/install-tl.bat
parent36ea75d160933b1cddbbf9c4cfa94f08dcc10bb4 (diff)
install-tl.bat needs tlpkg\bin\wget in the path, otherwise it cannot
use wget for netinst and getting of texlvie.tlpdb git-svn-id: svn://tug.org/texlive/trunk@6101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.bat')
-rwxr-xr-xMaster/install-tl.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/install-tl.bat b/Master/install-tl.bat
index fca50f077ea..751f0e32458 100755
--- a/Master/install-tl.bat
+++ b/Master/install-tl.bat
@@ -8,6 +8,9 @@ set tldrive=%~d0
%tldrive%
cd %tlroot%
+rem we need wget in the path, so add tlpkg\bin to the path
+path %path%;%tlroot%tlpkg\bin
+
rem use provided Perl
set PERL5SAVE=%PERL5LIB%