From 3854d898656ec1c8f3d351f8015ea9a194c0f8c3 Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Fri, 30 Aug 2024 14:23:10 +0200 Subject: [PATCH] Fix variable expansion inside quoted single quotes --- src/execution.c | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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