feat(dev): expansion
This commit is contained in:
parent
609c1667af
commit
4fc43e4678
8 changed files with 36 additions and 32 deletions
|
|
@ -85,7 +85,9 @@ int main(int argc, char **argv)
|
|||
while (command_ast != NULL && command_ast->type != AST_END)
|
||||
{
|
||||
// Execute AST
|
||||
return_code = execution(command_ast);
|
||||
return_code = execution(command_ast, vars);
|
||||
|
||||
// set $? variable
|
||||
|
||||
ast_free(&command_ast);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue