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/pwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/builtin/pwd.c') diff --git a/src/builtin/pwd.c b/src/builtin/pwd.c index 9e04fe9..1120c4e 100644 --- a/src/builtin/pwd.c +++ b/src/builtin/pwd.c @@ -6,7 +6,7 @@ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/01 17:10:40 by charles #+# #+# */ -/* Updated: 2020/09/15 12:09:32 by charles ### ########.fr */ +/* Updated: 2020/10/07 11:51:41 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit