diff options
Diffstat (limited to 'Master/bin')
-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 6d35a185b43..ffb101a1ad4 100755 --- a/Master/bin/win32/tlmgr.bat +++ b/Master/bin/win32/tlmgr.bat @@ -4,7 +4,7 @@ rem Copyright 2009 by Tomasz M. Trzeciak <t.m.trzeciak@googlemail.com> rem Public Domain
rem
-setlocal
+setlocal enableextensions
rem TL installation root
for %%P in ("%~dp0..\..") do set "tlroot=%%~fP"
@@ -16,7 +16,7 @@ set PERL5LIB=%tlroot%\tlpkg\tlperl\lib "%tlroot%\tlpkg\tlperl\bin\perl.exe" "%tlroot%\texmf\scripts\texlive\tlmgr.pl" %*
rem Check for updater script
-set "updater=%tlroot%\tlpkg\installer\updater"
+set "updater=%tlroot%\texmf\scripts\texlive\updater"
if not exist "%updater%" exit /b
if exist "%updater%.bat" del "%updater%.bat"
ren "%updater%" updater.bat
|