diff options
Diffstat (limited to 'once')
-rwxr-xr-x | once/bash.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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 |