Skip to content
Snippets Groups Projects
Commit 9539f716 authored by Sean Anderson's avatar Sean Anderson Committed by Tom Rini
Browse files

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: default avatarSean Anderson <seanga2@gmail.com>
parent c146de48
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment