diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-05-11 20:05:22 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-05-11 20:05:22 +0000 |
commit | 8b06514ccc7517e2775003f520fcebc4963e6bd6 (patch) | |
tree | 1232766e892902ec262aff5c5437c797718a67d4 | |
parent | 33baef98437e76c0c01a65ccc2eae789b6d11969 (diff) |
reusing console window for tl-portable shell didn't work properly; reverting to previous behaviourbranch2009-dev
git-svn-id: svn://tug.org/texlive/branches/branch2009-dev@13047 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tl-portable.bat | 3 |
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 |