summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-02-11 01:39:28 +0000
committerNorbert Preining <preining@logic.at>2009-02-11 01:39:28 +0000
commit0d81e7e2fa1c56083d7eba6aa8efc1fa69eaece6 (patch)
tree6c2e405cb8f61531c914e302fdcfee2bb544070f
parent38870aa3f85399010f2635bc58d83ec8dcb2d2cf (diff)
missing piece of the move to texmf7scripts/texlive/
git-svn-id: svn://tug.org/texlive/trunk@12137 c570f23f-e606-0410-a88d-b1316a301751
-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 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