From 7796b9aba569332d39f32c2adb7799a04868949f Mon Sep 17 00:00:00 2001 From: midipix Date: May 06 2020 23:46:02 +0000 Subject: one/install.bat: keep the terminal window open only upon error. --- 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