fix(ast)!: assignment typo

This commit is contained in:
william.valenduc 2026-01-29 11:40:55 +00:00 committed by matteo
parent a0b723fb30
commit 3d26c0a897
9 changed files with 60 additions and 59 deletions

View file

@ -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)
{