diff options
author | Francis Laniel | 2023-12-22 22:02:33 +0100 |
---|---|---|
committer | Tom Rini | 2023-12-28 12:02:56 -0500 |
commit | 74e425407f1cb90df0dba7f1ae3cffa359168967 (patch) | |
tree | a3b2eb3d638f5fbb517d65b95c37a08a961aa0f9 /common/spl | |
parent | 9a068377313c1feabb55072d2d1157999cf9d15e (diff) |
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: Francis Laniel <francis.laniel@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/spl')
0 files changed, 0 insertions, 0 deletions