summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/tl-cmd.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/tl-cmd.bat')
-rwxr-xr-xMaster/tlpkg/installer/tl-cmd.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/tl-cmd.bat b/Master/tlpkg/installer/tl-cmd.bat
index 4102c7b757f..747d3088239 100755
--- a/Master/tlpkg/installer/tl-cmd.bat
+++ b/Master/tlpkg/installer/tl-cmd.bat
@@ -11,7 +11,5 @@ setlocal enableextensions
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%"
-cd /d %HOMEDRIVE%%HOMEPATH%
-
rem Start new console
start "TeX Live" "%COMSPEC%"