Skip to content
Commit 74e42540 authored by Francis Laniel's avatar Francis Laniel Committed by Tom Rini
Browse files

cli: hush_modern: Enable variables expansion for modern hush



Enables variables expansion for modern hush, 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: default avatarFrancis Laniel <francis.laniel@amarulasolutions.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 9a068377
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment