From 075eef4d88e3b5fea855c900b1fca961fc908d42 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 7 Jan 2008 11:44:41 +0000 Subject: 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 --- Master/install-tl.bat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Master') 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% -- cgit v1.2.3