From aed24148c958b101fe54f221d235ad1b08cefc22 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 26 Jan 2009 23:57:29 +0000 Subject: fix updates from tlnet/2008 to current tlcritical by watching "updater" and not "updater.bat", again fix by Tomek git-svn-id: svn://tug.org/texlive/trunk@11986 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/tlmgr.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/bin') 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 -- cgit v1.2.3