Files
u-boot/test
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
..
2021-04-08 15:37:29 +08:00
2021-03-12 17:41:35 -05:00
2021-04-07 11:13:54 -04:00
2021-03-15 12:15:38 -04:00
2020-11-05 09:11:31 -07:00