fix: small errors in exec and parser
This commit is contained in:
parent
fde653ac5d
commit
e1291107d4
3 changed files with 5 additions and 4 deletions
|
|
@ -261,6 +261,7 @@ struct ast *parse_simple_command(struct lexer_context *ctx)
|
|||
}
|
||||
|
||||
// Result
|
||||
// TODO handle assignements
|
||||
struct ast *result = ast_create_command(command_elements, redirections);
|
||||
if (result == NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue