diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-08-05 02:18:25 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-08-05 02:18:25 +0000 |
commit | 89f121b30842939e69c2cdc69b378c2647e88564 (patch) | |
tree | d1d99e668617e95836a1f767257e1263963feaa5 /shell | |
parent | d4e40835ea677b173b58bbbca564dec384d45013 (diff) | |
download | busybox-w32-89f121b30842939e69c2cdc69b378c2647e88564.tar.gz busybox-w32-89f121b30842939e69c2cdc69b378c2647e88564.tar.bz2 busybox-w32-89f121b30842939e69c2cdc69b378c2647e88564.zip |
Merge/rework config system per the latest from linux-2.6.0-test2.
Fix the config bugs revealed by the updated config system.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@7160 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in index c1e909944..6103ccfda 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -7,7 +7,7 @@ menu "Another Bourne-like Shell" | |||
7 | 7 | ||
8 | choice | 8 | choice |
9 | prompt "Choose your default shell" | 9 | prompt "Choose your default shell" |
10 | default "none" | 10 | default CONFIG_FEATURE_SH_IS_NONE |
11 | help | 11 | help |
12 | Choose a shell. The ash shell is the most bash compatible | 12 | Choose a shell. The ash shell is the most bash compatible |
13 | and full featured. | 13 | and full featured. |