fix(main_loop): no double echo
This commit is contained in:
parent
8f5733be19
commit
687f38523b
1 changed files with 0 additions and 3 deletions
|
|
@ -81,9 +81,6 @@ int main(int argc, char **argv)
|
||||||
ast_print_dot(command_ast);
|
ast_print_dot(command_ast);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Call the executor with the AST
|
|
||||||
return_code = execution(command_ast);
|
|
||||||
|
|
||||||
// Main parse-execute loop
|
// Main parse-execute loop
|
||||||
while (command_ast != NULL && command_ast->type != AST_END)
|
while (command_ast != NULL && command_ast->type != AST_END)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue