diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-06 21:49:59 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-06 21:49:59 +0000 |
commit | 9924637258a6f03d21dbac73e74dd132435633a8 (patch) | |
tree | 244956c64a225dd6fd4d0d81138a32b93eb87faf /shell | |
parent | 0600a3fe552dc02ee24c600cf386c388ce6d5d7b (diff) | |
download | busybox-w32-9924637258a6f03d21dbac73e74dd132435633a8.tar.gz busybox-w32-9924637258a6f03d21dbac73e74dd132435633a8.tar.bz2 busybox-w32-9924637258a6f03d21dbac73e74dd132435633a8.zip |
Allow for people to select no default shell
git-svn-id: svn://busybox.net/trunk/busybox@6121 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in index 3f5d53222..69f848272 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -7,7 +7,7 @@ menu "Bourne Shell" | |||
7 | 7 | ||
8 | choice | 8 | choice |
9 | prompt "Choose your default shell" | 9 | prompt "Choose your default shell" |
10 | default "ash" | 10 | default "none" |
11 | help | 11 | help |
12 | Please submit a patch to add help text for this item. | 12 | Please submit a patch to add help text for this item. |
13 | 13 | ||
@@ -23,6 +23,9 @@ config CONFIG_FEATURE_SH_IS_LASH | |||
23 | config CONFIG_FEATURE_SH_IS_MSH | 23 | config CONFIG_FEATURE_SH_IS_MSH |
24 | bool "msh" | 24 | bool "msh" |
25 | 25 | ||
26 | config CONFIG_FEATURE_SH_IS_NONE | ||
27 | bool "none" | ||
28 | |||
26 | endchoice | 29 | endchoice |
27 | 30 | ||
28 | if CONFIG_FEATURE_SH_IS_ASH | 31 | if CONFIG_FEATURE_SH_IS_ASH |