rectif pour la norme
This commit is contained in:
parent
d4b7872423
commit
4852fc99ab
66 changed files with 1 additions and 18 deletions
17
42sh/file
17
42sh/file
|
|
@ -1,17 +0,0 @@
|
||||||
42sh
|
|
||||||
42shelltest-tmp
|
|
||||||
Makefile
|
|
||||||
STDBUG
|
|
||||||
TESTSHELL
|
|
||||||
auteur
|
|
||||||
donovan_segaults_06-02
|
|
||||||
file
|
|
||||||
includes
|
|
||||||
libft
|
|
||||||
objs
|
|
||||||
pdf
|
|
||||||
sample
|
|
||||||
scriptheader.sh
|
|
||||||
src
|
|
||||||
test_framework.sh
|
|
||||||
update_makefile.sh
|
|
||||||
|
|
@ -93,7 +93,7 @@ static int handle_instruction(t_list **token, t_btree **ast)
|
||||||
if (do_parser_routine(token, ast) > 0)
|
if (do_parser_routine(token, ast) > 0)
|
||||||
break ;
|
break ;
|
||||||
}
|
}
|
||||||
/* btree_print(STDBUG, ast, &ft_putast); */
|
btree_print(STDBUG, *ast, &ft_putast);
|
||||||
if (data->parser.state == SUCCESS && ft_exec(ast) < 0)
|
if (data->parser.state == SUCCESS && ft_exec(ast) < 0)
|
||||||
exit(1);
|
exit(1);
|
||||||
if (SH_IS_INTERACTIVE(data->opts) && data->lexer.str)
|
if (SH_IS_INTERACTIVE(data->opts) && data->lexer.str)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue