aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in7
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
47comment "Ash Shell Options" 47comment "Ash Shell Options"
48 depends on ASH 48 depends on ASH
49 49
50config ASH_BASH_COMPAT
51 bool "bash-compatible extensions"
52 default y
53 depends on ASH
54 help
55 Enable bash-conpatible extensions.
56
50config ASH_JOB_CONTROL 57config ASH_JOB_CONTROL
51 bool "Job control" 58 bool "Job control"
52 default y 59 default y