From 0d81e7e2fa1c56083d7eba6aa8efc1fa69eaece6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 11 Feb 2009 01:39:28 +0000 Subject: missing piece of the move to texmf7scripts/texlive/ git-svn-id: svn://tug.org/texlive/trunk@12137 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 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 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 -- cgit v1.2.3