diff options
Diffstat (limited to 'libbb/Config.src')
-rw-r--r-- | libbb/Config.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index 9b01757c6..74dc9c549 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -78,9 +78,9 @@ config FEATURE_EDITING_HISTORY | |||
78 | config FEATURE_EDITING_SAVEHISTORY | 78 | config FEATURE_EDITING_SAVEHISTORY |
79 | bool "History saving" | 79 | bool "History saving" |
80 | default y | 80 | default y |
81 | depends on ASH && FEATURE_EDITING | 81 | depends on FEATURE_EDITING |
82 | help | 82 | help |
83 | Enable history saving in ash shell. | 83 | Enable history saving in shells. |
84 | 84 | ||
85 | config FEATURE_TAB_COMPLETION | 85 | config FEATURE_TAB_COMPLETION |
86 | bool "Tab completion" | 86 | bool "Tab completion" |