From: Lukas Jiriste Date: Fri, 23 Aug 2024 11:41:25 +0000 (+0200) Subject: Make minishell not expand non-names X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=eabd39e7aa4c84fb602e88519897230e92de21ce;p=42%2Fminishell.git Make minishell not expand non-names --- 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