diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/installer/tl-cmd.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/tl-cmd.bat b/Master/tlpkg/installer/tl-cmd.bat index df502d5063e..747d3088239 100755 --- a/Master/tlpkg/installer/tl-cmd.bat +++ b/Master/tlpkg/installer/tl-cmd.bat @@ -12,4 +12,4 @@ rem Add bin dir to beginning of PATH only if it is not already there for /f "tokens=1,2 delims=;" %%I in ("%~dp0..\..\bin\win32;%PATH%") do if not "%%~fI"=="%%~fJ" set "PATH=%%~fI;%PATH%" rem Start new console -start "TeX Live 2011" "%COMSPEC%" +start "TeX Live" "%COMSPEC%" |