diff options
author | midipix <writeonce@midipix.org> | 2019-01-18 16:03:15 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-18 16:03:15 -0500 |
commit | 5b2231cf4f7b46b2cd883d15d34acec4db18cf56 (patch) | |
tree | f8a11e09a83367586e878954c90b3139452cfd1d /distro | |
parent | 88a2f37913ae9350d4ed40419ffb2c41c28f5123 (diff) | |
download | mpackage-5b2231cf4f7b46b2cd883d15d34acec4db18cf56.tar.bz2 mpackage-5b2231cf4f7b46b2cd883d15d34acec4db18cf56.tar.xz |
distro: use login(1) rather than /etc/init.sh.
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 2b580ec..69cd2c2 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 --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/login -i midipix popd |