summaryrefslogtreecommitdiff
path: root/Master/install-tl.bat
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-06-27 11:12:03 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-06-27 11:12:03 +0000
commit419478ba99b514e9a975623e41e0a763ddc40385 (patch)
treeb3b806d01362086e32f82b9f49750c110b18d691 /Master/install-tl.bat
parent12b5b54f9109838cee4d843c72febb78365ef128 (diff)
install-tl.bat: path gets prepended to instead of appended
git-svn-id: svn://tug.org/texlive/trunk@9069 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.bat')
-rwxr-xr-xMaster/install-tl.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl.bat b/Master/install-tl.bat
index 09592d770a3..f2f66a8c11b 100755
--- a/Master/install-tl.bat
+++ b/Master/install-tl.bat
@@ -10,7 +10,7 @@ cd %tlroot%
rem we need wget in the path, so add tlpkg\bin to the path
set pathsave=%path%
-path %path%;%tlroot%tlpkg\installer
+path %tlroot%tlpkg\installer;%path%
rem use provided Perl
@@ -33,4 +33,4 @@ set tlroot=
rem About install-tl.bat.manifest:
rem Vista assumes that a file with install in the name is
rem an installer and therefore requires administrative privileges.
-rem The manifest file tells Vista otherwise. \ No newline at end of file
+rem The manifest file tells Vista otherwise.