summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-02-12 12:08:37 +0000
committerNorbert Preining <preining@logic.at>2009-02-12 12:08:37 +0000
commit08436e407b18df915e3ea94b263a737ee65b9905 (patch)
tree5087825a1ff80c10d15405deb5547e2b9f0c7364 /Master/bin
parentaab3110f5b194cc3a5d4e083e9fddfa812d14533 (diff)
commit Tomek's changes plus renaming the updater to updater-w32
git-svn-id: svn://tug.org/texlive/trunk@12152 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-xMaster/bin/win32/tlmgr.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/bin/win32/tlmgr.bat b/Master/bin/win32/tlmgr.bat
index ffb101a1ad4..eeb7a3bdf0b 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%\texmf\scripts\texlive\updater"
+set "updater=%tlroot%\temp\run-updater-w32"
if not exist "%updater%" exit /b
if exist "%updater%.bat" del "%updater%.bat"
-ren "%updater%" updater.bat
+ren "%updater%" run-updater-w32.bat
if errorlevel 1 exit /b 1
rem Run updater script