[PATCH] hush: correct description for HUSH_TICK config option

Denys Vlasenko vda.linux at googlemail.com
Wed Nov 14 10:36:15 UTC 2018


Applied, thanks
On Fri, Nov 9, 2018 at 1:00 PM Ron Yorston <rmy at pobox.com> wrote:
>
> The HUSH_TICK configuration option enables command substitution,
> not process substitution.
>
> Signed-off-by: Ron Yorston <rmy at pobox.com>
> ---
>  shell/hush.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> --
> 2.19.1
>
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox


More information about the busybox mailing list