On Fri, 31 Dec 2021 at 09:14, Francis Laniel
<francis.lan...@amarulasolutions.com> wrote:
>
> The following commit enables variables expansion for hush 2021, both for local
> and environment variables.
> So the following commands:
> foo=bar
> echo $foo
> setenv bar foo
> echo $bar
> leads to "bar" and "foo" being printed on console output.
>
> Signed-off-by: Francis Laniel <francis.lan...@amarulasolutions.com>
> ---
>  common/cli_hush_2021.c          | 17 ++++++++
>  common/cli_hush_2021_upstream.c | 74 ++++++++++++++++++++++++++++++---
>  2 files changed, 86 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>

Reply via email to