From eabd39e7aa4c84fb602e88519897230e92de21ce Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Fri, 23 Aug 2024 13:41:25 +0200 Subject: [PATCH] Make minishell not expand non-names --- src/execution.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/execution.c b/src/execution.c index 70a86a9..b1cf8ec 100644 --- a/src/execution.c +++ b/src/execution.c @@ -6,7 +6,7 @@ /* By: lnikolov