From: Lukas Jiriste Date: Fri, 30 Aug 2024 12:23:10 +0000 (+0200) Subject: Fix variable expansion inside quoted single quotes X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=3854d898656ec1c8f3d351f8015ea9a194c0f8c3;p=42%2Fminishell.git Fix variable expansion inside quoted single quotes --- diff --git a/src/execution.c b/src/execution.c index 85a707a..447b436 100644 --- a/src/execution.c +++ b/src/execution.c @@ -6,7 +6,7 @@ /* By: lnikolov