From 798c7a5262afc33d2aca1ffabc90ab9f7a0a2621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 17 Dec 2024 23:22:29 +0100 Subject: [PATCH] core: fix parsing of command in /pipe command --- src/core/core-command.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/core-command.c b/src/core/core-command.c index de25425ef..8b7fb2553 100644 --- a/src/core/core-command.c +++ b/src/core/core-command.c @@ -5086,6 +5086,8 @@ COMMAND_CALLBACK(pipe) ptr_hsignal = argv[i]; index_command = i + 1; } + else + break; } if (index_command < argc)