commit | 74e425407f1cb90df0dba7f1ae3cffa359168967 | [log] [tgz] |
---|---|---|
author | Francis Laniel <francis.laniel@amarulasolutions.com> | Fri Dec 22 22:02:33 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 28 12:02:56 2023 -0500 |
tree | a3b2eb3d638f5fbb517d65b95c37a08a961aa0f9 | |
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>