From 38630279546fbd3876fe2396f2afe4ca1bca9acc Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 7 Oct 2020 12:27:26 +0200 Subject: Fixing parenthesis pipeline parsing, False negative unmatched quote on str --- src/builtin/export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/builtin/export.c') diff --git a/src/builtin/export.c b/src/builtin/export.c index 96ec18c..c026755 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/06 17:40:22 by cacharle ### ########.fr */ +/* Updated: 2020/10/07 11:12:33 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit