diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-08 17:06:15 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-08 17:06:15 +0200 |
| commit | 6e61e60e3daeac766f88fcc2febef186d16559aa (patch) | |
| tree | a4bf9107436ea303bc518f9ad738b1bebe0a5297 /src/builtin | |
| parent | fb4d6bd7e93328b3eb684fc390b91800da313564 (diff) | |
| download | minishell-6e61e60e3daeac766f88fcc2febef186d16559aa.tar.gz minishell-6e61e60e3daeac766f88fcc2febef186d16559aa.tar.bz2 minishell-6e61e60e3daeac766f88fcc2febef186d16559aa.zip | |
Fixing input not fully eaten syntax error, Added basename in prompt
Diffstat (limited to 'src/builtin')
| -rw-r--r-- | src/builtin/export.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/builtin/export.c b/src/builtin/export.c index c026755..e388700 100644 --- a/src/builtin/export.c +++ b/src/builtin/export.c @@ -6,7 +6,7 @@ /* By: charles <charles@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/01 17:11:34 by charles #+# #+# */ -/* Updated: 2020/10/07 11:12:33 by cacharle ### ########.fr */ +/* Updated: 2020/10/08 16:59:28 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -26,7 +26,6 @@ static void st_put_declare_x(char *s) { char *equal_ptr; - int shlvl; if (s == NULL) return ; |
