From 6e61e60e3daeac766f88fcc2febef186d16559aa Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 8 Oct 2020 17:06:15 +0200 Subject: Fixing input not fully eaten syntax error, Added basename in prompt --- src/builtin/export.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/builtin/export.c') 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 +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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 ; -- cgit