u-boot-brain/test/cmd
Sean Anderson 9539f71675 hush: Fix assignments being misinterpreted as commands
If there were no variable substitutions in a command, then initial
assignments would be misinterpreted as commands, instead of being skipped
over. This is demonstrated by the following example:

	=> foo=bar echo baz
	Unknown command 'foo=bar' - try 'help'

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2021-04-12 17:17:11 -04:00
..
Makefile test: cmd: Add a basic test for 'addrmap' command 2021-03-05 10:25:43 +05:30
addrmap.c test: cmd: Add a basic test for 'addrmap' command 2021-03-05 10:25:43 +05:30
mem.c test: Add a macros for finding tests in linker_lists 2021-03-12 09:57:30 -05:00
mem_search.c cmd: Update the memory-search command 2020-08-07 22:31:32 -04:00
pwm.c cmd: Add a pwm command 2021-01-18 15:23:06 -05:00
setexpr.c test: cmd: setexpr: Fix a typo 2021-03-22 19:23:26 +13:00
test_echo.c hush: Fix assignments being misinterpreted as commands 2021-04-12 17:17:11 -04:00