From cd5af1a39478507ff3c144a4da996de2602d8019 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 07 2018 02:02:36 +0000 Subject: bash.bat, bash.cmd: mintty invocation: do not leave the terminal window open. --- diff --git a/distro/bash.cmd b/distro/bash.cmd index e825e12..2b580ec 100755 --- a/distro/bash.cmd +++ b/distro/bash.cmd @@ -2,7 +2,7 @@ pushd "%~dp0" -start bin\ntctty.exe --sysroot %cd% --exec /bin/mintty -d -h always --window max --exec /bin/bash --init-file /etc/init.sh -i +start bin\ntctty.exe --sysroot %cd% --exec /bin/mintty -d --window max --exec /bin/bash --init-file /etc/init.sh -i popd diff --git a/once/bash.bat b/once/bash.bat index 57f5ceb..83b60d7 100755 --- a/once/bash.bat +++ b/once/bash.bat @@ -5,7 +5,7 @@ pushd "%~dp0" set shell_sysroot=%cd% set SYSROOT=@sysroot@ -start bin\ntctty.exe --sysroot %shell_sysroot% --exec /bin/mintty -d -h always --window max --exec /bin/bash --init-file /setup.sh -i +start bin\ntctty.exe --sysroot %shell_sysroot% --exec /bin/mintty -d --window max --exec /bin/bash --init-file /setup.sh -i popd