summaryrefslogtreecommitdiff
path: root/Master/install-tl.bat
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-01-26 21:59:22 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-01-26 21:59:22 +0000
commit82c271e7f480f9cf99db7f1179b74859c999063c (patch)
tree94d3a43380b00b32a456c008b4d48f6152cee1b9 /Master/install-tl.bat
parent8628b87d786a4ccda7e7faaf46412734ec08e832 (diff)
TLUtils: `type ... | $lzmadec ' changed into `$lzmadec < ...'
otherwise cd install on w2k failed. lzmadec: stdin/stdout patch applied to included source. Windows binary generated from included patched source. git-svn-id: svn://tug.org/texlive/trunk@6424 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 dadbbe4f0ba..44db44c5b51 100755
--- a/Master/install-tl.bat
+++ b/Master/install-tl.bat
@@ -9,6 +9,7 @@ set tldrive=%~d0
cd %tlroot%
rem we need wget in the path, so add tlpkg\bin to the path
+set pathsave=%path%
path %path%;%tlroot%tlpkg\bin
rem use provided Perl
@@ -23,5 +24,7 @@ rem cleanup in case of start from command-line
set PERL5LIB=%PERL5SAVE%
set PERL5SAVE=
+path %pathsave%
+set pathsave=
set tldrive=
set tlroot=