From 2a3c0b5dd78c7305ef154c2579225dba81813ad2 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Tue, 17 Sep 2024 14:39:04 +0200 Subject: [PATCH] Fix pipe parsing error --- src/parser.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/parser.c b/src/parser.c index f9484c9..4ad514d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,11 +6,12 @@ /* By: dkaiser next; + if (result == split) + result = NULL; free_token(split); return (result); } -- 2.47.2