From: Lukas Jiriste Date: Sun, 1 Sep 2024 09:24:02 +0000 (+0200) Subject: Made wildcard expansion more responsive to signals X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=1c6ad1c295cdadd6012683afec64d9a298b7091e;p=42%2Fminishell.git Made wildcard expansion more responsive to signals --- diff --git a/src/wildcards_helpers.c b/src/wildcards_helpers.c index 7a71494..edf3a75 100644 --- a/src/wildcards_helpers.c +++ b/src/wildcards_helpers.c @@ -6,7 +6,7 @@ /* By: lnikolov