From 8b06514ccc7517e2775003f520fcebc4963e6bd6 Mon Sep 17 00:00:00 2001 From: Piotr Strzelczyk Date: Mon, 11 May 2009 20:05:22 +0000 Subject: reusing console window for tl-portable shell didn't work properly; reverting to previous behaviour git-svn-id: svn://tug.org/texlive/branches/branch2009-dev@13047 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tl-portable.bat | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3