Browse Source
The check for a changed shell (e.g. by chsh) was correctly using $HOME/.termux/shell, but $HOME was being hardcoded to "/home" prior to the check. Since most likely, $HOME is not yet "/home" (since the user is invoking termux-chroot) this test was failing to recognize changed shells (e.g. this failed with zsh). Moving the assignment of HOME to /home after the shell has been read fixes this.android-5
committed by
Fredrik Fornwall
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue