diff --git a/configure.ac b/configure.ac index 5723055..bc8f0ed 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl along with termux-tools. If not, see dnl . AC_PREREQ([2.69]) -AC_INIT([termux-tools], [1.26.0], [support@termux.dev]) +AC_INIT([termux-tools], [1.26.1], [support@termux.dev]) AM_INIT_AUTOMAKE([foreign]) diff --git a/scripts/chsh.in b/scripts/chsh.in index a1fe23c..b74f58e 100644 --- a/scripts/chsh.in +++ b/scripts/chsh.in @@ -33,7 +33,7 @@ while true; do done DEFAULT_SHELL=bash -if [ ! -x @TERMUX_PREFIX@/bin/$DEFAULT_SHELL ]; then DEFAULT_SHELL=ash; fi +if [ ! -x @TERMUX_PREFIX@/bin/$DEFAULT_SHELL ]; then DEFAULT_SHELL=sh; fi echo Changing the login shell echo Enter the new value, or press ENTER for the default