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 beecf293c0b..6d35a185b43 100755 --- a/Master/bin/win32/tlmgr.bat +++ b/Master/bin/win32/tlmgr.bat @@ -16,10 +16,10 @@ 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.bat"
+set "updater=%tlroot%\tlpkg\installer\updater"
if not exist "%updater%" exit /b
if exist "%updater%.bat" del "%updater%.bat"
-ren "%updater%" updater.bat.bat
+ren "%updater%" updater.bat
if errorlevel 1 exit /b 1
rem Run updater script
|