diff options
author | Norbert Preining <preining@logic.at> | 2009-01-25 17:11:34 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-01-25 17:11:34 +0000 |
commit | 1e803a17861d65b77d7c11702e9d72c4ff4b1ec3 (patch) | |
tree | de9cd3570ae3b55c7fc08e2c6a1e5fff0fe36f4b /Master/bin/win32/tlmgr.bat | |
parent | 5478bbb7ad761f3d5c998a8f91739eb504efd35e (diff) |
tlmgr.bat calling tlmgr.pl
git-svn-id: svn://tug.org/texlive/trunk@11972 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/tlmgr.bat')
-rwxr-xr-x | Master/bin/win32/tlmgr.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/tlmgr.bat b/Master/bin/win32/tlmgr.bat index 3b94283c375..beecf293c0b 100755 --- a/Master/bin/win32/tlmgr.bat +++ b/Master/bin/win32/tlmgr.bat @@ -13,7 +13,7 @@ rem path %TLdir%\tlpkg\installer;%path% rem Start tlmgr
set PERL5LIB=%tlroot%\tlpkg\tlperl\lib
-"%tlroot%\tlpkg\tlperl\bin\perl.exe" "%tlroot%\texmf\scripts\texlive\tlmgr2.pl" %*
+"%tlroot%\tlpkg\tlperl\bin\perl.exe" "%tlroot%\texmf\scripts\texlive\tlmgr.pl" %*
rem Check for updater script
set "updater=%tlroot%\tlpkg\installer\updater.bat"
|