termux-packages/packages/proot
Vijay Vaidyanathan 4265175009 Changed shells were not being recognized
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.
2018-06-24 12:00:00 +02:00
..
build.sh proot: Update to skip link2symlink rmdir handling 2018-06-04 00:43:44 +02:00
termux-chroot Changed shells were not being recognized 2018-06-24 12:00:00 +02:00