aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-07 12:27:26 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-07 12:27:26 +0200
commit38630279546fbd3876fe2396f2afe4ca1bca9acc (patch)
tree3b08fa1524722334afbafc5155c96e4ee488862e /src/path.c
parent22ff0337dc23239c32cc738bb6f576b8a0b66f8b (diff)
downloadminishell-38630279546fbd3876fe2396f2afe4ca1bca9acc.tar.gz
minishell-38630279546fbd3876fe2396f2afe4ca1bca9acc.tar.bz2
minishell-38630279546fbd3876fe2396f2afe4ca1bca9acc.zip
Fixing parenthesis pipeline parsing, False negative unmatched quote on str
Diffstat (limited to 'src/path.c')
-rw-r--r--src/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c
index c8cf2d2..61c6cf7 100644
--- a/src/path.c
+++ b/src/path.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/27 15:51:01 by cacharle #+# #+# */
-/* Updated: 2020/10/06 17:26:05 by cacharle ### ########.fr */
+/* Updated: 2020/10/07 12:24:27 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */