diff options
author | Ron Yorston <rmy@pobox.com> | 2018-11-09 12:00:39 +0000 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-11-14 11:35:58 +0100 |
commit | 060f0a050a13a37c642f9b1a9d70c1e9861823cf (patch) | |
tree | bf44f1be130e05fc1fa9e7d00523d55d3144a391 | |
parent | fe836d84554c007916adc1c2e5f5daae2f878947 (diff) | |
download | busybox-w32-060f0a050a13a37c642f9b1a9d70c1e9861823cf.tar.gz busybox-w32-060f0a050a13a37c642f9b1a9d70c1e9861823cf.tar.bz2 busybox-w32-060f0a050a13a37c642f9b1a9d70c1e9861823cf.zip |
hush: correct description for HUSH_TICK config option
The HUSH_TICK configuration option enables command substitution,
not process substitution.
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/hush.c | 2 |
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 |