From cd5af1a39478507ff3c144a4da996de2602d8019 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 6 Jun 2018 22:02:36 -0400 Subject: bash.bat, bash.cmd: mintty invocation: do not leave the terminal window open. --- once/bash.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'once/bash.bat') 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 -- cgit v1.2.3