diff options
Diffstat (limited to 'distro')
-rwxr-xr-x | distro/bash.cmd | 2 |
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 |