diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-11 19:18:17 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-11 19:18:17 +0200 |
| commit | 9446bb78646bef4e3449a59a9e01118b025402bf (patch) | |
| tree | a078d7f9244c90ffcc00e493cacee5595c054dbb /src/main.c | |
| parent | 98990d5195e93154abbfd16eaa9d1fcc3572bc5c (diff) | |
| download | minishell-9446bb78646bef4e3449a59a9e01118b025402bf.tar.gz minishell-9446bb78646bef4e3449a59a9e01118b025402bf.tar.bz2 minishell-9446bb78646bef4e3449a59a9e01118b025402bf.zip | |
Removing command local variable
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ /* By: cacharle <cacharle@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/28 11:45:44 by cacharle #+# #+# */ -/* Updated: 2020/09/10 20:26:19 by charles ### ########.fr */ +/* Updated: 2020/09/11 19:18:00 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -29,9 +29,9 @@ void tok_lst_debug(t_tok_lst *tokens); /* ** TODO ** $? +** pipe make 2 new children ** concurrent pipeline ** signal on whole line instead of single command -** env local to current minishell process */ bool env_set_default(t_env env, char *key, char *value) |
