diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2012-07-09 17:57:47 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2012-07-09 17:57:47 +0000 |
commit | d7aff63ef7145fa27210bad19192bc732af02e5f (patch) | |
tree | f883de699aa6e27dbf9d6b6608c4969162603dcd /Master | |
parent | 71bda9d1c44460413386345d8e6233e5bacb238d (diff) |
remove the release year
git-svn-id: svn://tug.org/texlive/trunk@26980 c570f23f-e606-0410-a88d-b1316a301751
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%" |