summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-10-29 08:15:58 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-10-29 08:15:58 +0000
commitaa4c27a1c7205d81482caec4168e8f5ed60c5433 (patch)
tree631899c4d3e32daf76b6137cf7334759ee2c57a5
parentd2f0972da377563590ef040adc8498d6c1655bd5 (diff)
put tlperl back on the path
git-svn-id: svn://tug.org/texlive/trunk@15904 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/bin/win32/tlmgr.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/tlmgr.bat b/Master/bin/win32/tlmgr.bat
index bd416e03817..d85d297fc8e 100755
--- a/Master/bin/win32/tlmgr.bat
+++ b/Master/bin/win32/tlmgr.bat
@@ -18,7 +18,7 @@ if exist "%tlupdater%" goto :err_updater_exists
rem Start tlmgr
set PERL5LIB=%tlroot%\tlpkg\tlperl\lib
-path %tlroot%\bin\win32;%path%
+path %tlroot%\tlpkg\tlperl\bin;%tlroot%\bin\win32;%path%
"%tlroot%\tlpkg\tlperl\bin\perl.exe" "%tlroot%\texmf\scripts\texlive\tlmgr.pl" %*
rem Finish if there are no updates to do; the last error code will be returned