summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tl-portable.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tl-portable.bat b/Master/tl-portable.bat
index ee0d12167d3..db44978fc49 100755
--- a/Master/tl-portable.bat
+++ b/Master/tl-portable.bat
@@ -55,8 +55,7 @@ perl "%TEXDIR%install-tl" --portable
if errorlevel 1 goto failedinit
rem start new command interperter with customized prompt and window title
-rem reuse existing console but without blocking the parent process
-start "TL-SHELL" /b "%ComSpec%" /k "title TL-SHELL& prompt TL %prompt%"
+"%ComSpec%" /k "title TL-SHELL& prompt TL %prompt%"
goto :eof
:failedinit