diff options
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in index 9328c9102..5ea071c36 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -47,6 +47,13 @@ config ASH | |||
47 | comment "Ash Shell Options" | 47 | comment "Ash Shell Options" |
48 | depends on ASH | 48 | depends on ASH |
49 | 49 | ||
50 | config ASH_BASH_COMPAT | ||
51 | bool "bash-compatible extensions" | ||
52 | default y | ||
53 | depends on ASH | ||
54 | help | ||
55 | Enable bash-conpatible extensions. | ||
56 | |||
50 | config ASH_JOB_CONTROL | 57 | config ASH_JOB_CONTROL |
51 | bool "Job control" | 58 | bool "Job control" |
52 | default y | 59 | default y |