diff options
author | midipix <writeonce@midipix.org> | 2020-05-06 23:46:02 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-06 23:46:02 +0000 |
commit | 7796b9aba569332d39f32c2adb7799a04868949f (patch) | |
tree | bf92842ac9a469695ef7fb561cfcd4078da4480f /once | |
parent | 5265b3a69e68c51dd28fbf4795145e5347283b76 (diff) | |
download | mpackage-7796b9aba569332d39f32c2adb7799a04868949f.tar.bz2 mpackage-7796b9aba569332d39f32c2adb7799a04868949f.tar.xz |
one/install.bat: keep the terminal window open only upon error.
Diffstat (limited to 'once')
-rwxr-xr-x | once/install.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/once/install.bat b/once/install.bat index 5553bab..16f0b31 100755 --- a/once/install.bat +++ b/once/install.bat @@ -19,7 +19,7 @@ echo. @pause -start bin\ntctty.exe --sysroot %shell_sysroot% --exec /bin/mintty -d -h always --window max --exec /bin/bash install.sh +start bin\ntctty.exe --sysroot %shell_sysroot% --exec /bin/mintty -d -h error --window max --exec /bin/bash install.sh popd |