summaryrefslogtreecommitdiff
path: root/Master/install-tl.bat
diff options
context:
space:
mode:
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.