aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 881331c5b..431010f09 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -157,7 +157,7 @@
157//config: but no separate process group is formed. 157//config: but no separate process group is formed.
158//config: 158//config:
159//config:config HUSH_TICK 159//config:config HUSH_TICK
160//config: bool "Support process substitution" 160//config: bool "Support command substitution"
161//config: default y 161//config: default y
162//config: depends on HUSH || SH_IS_HUSH || BASH_IS_HUSH 162//config: depends on HUSH || SH_IS_HUSH || BASH_IS_HUSH
163//config: help 163//config: help