From: Ron Yorston Date: Fri, 9 Nov 2018 12:00:39 +0000 (+0000) Subject: hush: correct description for HUSH_TICK config option X-Git-Tag: 1_30_0~397 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=060f0a050a13a37c642f9b1a9d70c1e9861823cf;p=oweals%2Fbusybox.git hush: correct description for HUSH_TICK config option The HUSH_TICK configuration option enables command substitution, not process substitution. Signed-off-by: Ron Yorston Signed-off-by: Denys Vlasenko --- 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 @@ //config: but no separate process group is formed. //config: //config:config HUSH_TICK -//config: bool "Support process substitution" +//config: bool "Support command substitution" //config: default y //config: depends on HUSH || SH_IS_HUSH || BASH_IS_HUSH //config: help