summaryrefslogtreecommitdiffhomepage
path: root/distro/bash.cmd
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-06-06 22:02:36 -0400
committermidipix <writeonce@midipix.org>2018-06-06 22:02:36 -0400
commitcd5af1a39478507ff3c144a4da996de2602d8019 (patch)
treef4f251abcd9602d91707af2b37f16254def47a1f /distro/bash.cmd
parent60b4acfeec23d097c655185ea9b5cb0ecf40f8c8 (diff)
downloadmpackage-cd5af1a39478507ff3c144a4da996de2602d8019.tar.bz2
mpackage-cd5af1a39478507ff3c144a4da996de2602d8019.tar.xz
bash.bat, bash.cmd: mintty invocation: do not leave the terminal window open.
Diffstat (limited to 'distro/bash.cmd')
-rwxr-xr-xdistro/bash.cmd2
1 files changed, 1 insertions, 1 deletions
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