diff options
author | Norbert Preining <preining@logic.at> | 2009-01-20 16:51:23 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-01-20 16:51:23 +0000 |
commit | e52b34618bc25e0cbbc41a86a666aafe32be6ede (patch) | |
tree | b38000bff255e53b70748b8d2e59b57227ff7c3e /Master/bin | |
parent | cacfde4260da123214974681642c3199faf2dd17 (diff) |
re-add path to in tlmgr.bat, strange enough tlmgr gui otherwise complains
git-svn-id: svn://tug.org/texlive/trunk@11927 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/win32/tlmgr.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/bin/win32/tlmgr.bat b/Master/bin/win32/tlmgr.bat index 3227c961498..4cd47bd4d4c 100755 --- a/Master/bin/win32/tlmgr.bat +++ b/Master/bin/win32/tlmgr.bat @@ -1,5 +1,5 @@ @echo off
-rem Advanced started for tlmgr2 with auto-update
+rem Advanced starter for tlmgr with auto-update
rem Copyright 2009 by Tomasz M. Trzeciak <t.m.trzeciak@googlemail.com>
rem Public Domain
rem
@@ -7,6 +7,8 @@ rem setlocal
rem TL installation root
for %%P in ("%~dp0..\..") do set "tlroot=%%~fP"
+rem This shouldn't be necessary but without it 'tlmgr gui' complains
+path %TLdir%\tlpkg\installer;%path%
rem Start tlmgr
set PERL5LIB=%tlroot%\tlpkg\tlperl\lib
|