fix(ast)!: assignment typo
This commit is contained in:
parent
a0b723fb30
commit
3d26c0a897
9 changed files with 60 additions and 59 deletions
|
|
@ -261,7 +261,7 @@ struct ast *parse_simple_command(struct lexer_context *ctx)
|
|||
}
|
||||
|
||||
// Result
|
||||
// TODO handle assignements
|
||||
// TODO handle assignments
|
||||
struct ast *result = ast_create_command(command_elements, redirections);
|
||||
if (result == NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue