4265175009
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. |
||
---|---|---|
.. | ||
build.sh | ||
termux-chroot |