We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185b062 commit ce8f6f4Copy full SHA for ce8f6f4
scripts/chsh.in
@@ -33,7 +33,7 @@ while true; do
33
done
34
35
DEFAULT_SHELL=bash
36
-if [ ! -x @TERMUX_PREFIX@/bin/$DEFAULT_SHELL ]; then DEFAULT_SHELL=ash; fi
+if [ ! -x @TERMUX_PREFIX@/bin/$DEFAULT_SHELL ]; then DEFAULT_SHELL=sh; fi
37
38
echo Changing the login shell
39
echo Enter the new value, or press ENTER for the default
0 commit comments