summaryrefslogtreecommitdiff
path: root/package/busybox/config/shell
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/shell')
-rw-r--r--package/busybox/config/shell/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/shell/Config.in b/package/busybox/config/shell/Config.in
index b1b8ad4b2..dd396b015 100644
--- a/package/busybox/config/shell/Config.in
+++ b/package/busybox/config/shell/Config.in
@@ -299,7 +299,7 @@ config BUSYBOX_MSH
choice
prompt "Choose which shell is aliased to 'sh' name"
- default FEATURE_SH_IS_ASH
+ default FEATURE_SH_IS_NONE
help
Choose which shell you want to be executed by 'sh' alias.
The ash shell is the most bash compatible and full featured one.