summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-01-25 17:11:34 +0000
committerNorbert Preining <preining@logic.at>2009-01-25 17:11:34 +0000
commit1e803a17861d65b77d7c11702e9d72c4ff4b1ec3 (patch)
treede9cd3570ae3b55c7fc08e2c6a1e5fff0fe36f4b
parent5478bbb7ad761f3d5c998a8f91739eb504efd35e (diff)
tlmgr.bat calling tlmgr.pl
git-svn-id: svn://tug.org/texlive/trunk@11972 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 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"