diff --git a/fish_shell/fish_globbing.c b/fish_shell/fish_globbing.c index e326a50..551acec 100644 --- a/fish_shell/fish_globbing.c +++ b/fish_shell/fish_globbing.c @@ -131,6 +131,7 @@ void recursiveExpandWord(char* path, WordList* listToExpand){ } + return concatenedString; }