diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-07 13:34:34 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-07 13:34:34 +0200 |
commit | 121fb9506bcade96b6fb8b1dbcbbb7699bfb1a9d (patch) | |
tree | efaa1bdbea09eef08c7d91ef7d61fb9bd11afe77 | |
parent | 838e0dbda1578ce96ae7c9d6d09d5d8025072777 (diff) | |
download | busybox-w32-121fb9506bcade96b6fb8b1dbcbbb7699bfb1a9d.tar.gz busybox-w32-121fb9506bcade96b6fb8b1dbcbbb7699bfb1a9d.tar.bz2 busybox-w32-121fb9506bcade96b6fb8b1dbcbbb7699bfb1a9d.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.src b/shell/Config.src index 12f655375..966fa7012 100644 --- a/shell/Config.src +++ b/shell/Config.src | |||
@@ -222,7 +222,7 @@ choice | |||
222 | Choose which shell you want to be executed by 'sh' alias. | 222 | Choose which shell you want to be executed by 'sh' alias. |
223 | The ash shell is the most bash compatible and full featured one. | 223 | The ash shell is the most bash compatible and full featured one. |
224 | 224 | ||
225 | # note: cannot use "select ASH" here, it breaks "amke allnoconfig" | 225 | # note: cannot use "select ASH" here, it breaks "make allnoconfig" |
226 | config FEATURE_SH_IS_ASH | 226 | config FEATURE_SH_IS_ASH |
227 | depends on ASH | 227 | depends on ASH |
228 | bool "ash" | 228 | bool "ash" |