diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-10-28 23:14:34 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-10-28 23:14:34 +0000 |
commit | d2f0972da377563590ef040adc8498d6c1655bd5 (patch) | |
tree | b322cd1c6ad156fc1c84ea03dda4c569f614854b /Master/bin/win32/tlmgr.bat | |
parent | 7c9607ed7b752305f7757c2e18cfa4fa03834d27 (diff) |
more absolute path fixes (based on Cherepanov's patch)
git-svn-id: svn://tug.org/texlive/trunk@15903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/tlmgr.bat')
-rwxr-xr-x | Master/bin/win32/tlmgr.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/bin/win32/tlmgr.bat b/Master/bin/win32/tlmgr.bat index 193d1b81d92..bd416e03817 100755 --- a/Master/bin/win32/tlmgr.bat +++ b/Master/bin/win32/tlmgr.bat @@ -18,8 +18,8 @@ if exist "%tlupdater%" goto :err_updater_exists rem Start tlmgr
set PERL5LIB=%tlroot%\tlpkg\tlperl\lib
-path %tlroot%\tlpkg\tlperl\bin;%tlroot%\bin\win32;%path%
-perl "%tlroot%\texmf\scripts\texlive\tlmgr.pl" %*
+path %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
if not exist "%tlupdater%" goto :eof
|