sophiakoulen / minishell

A simplified bash-like shell, with pipes, redirections and variable expansion.
4 stars 1 forks source link

bug in check_ending_wildcard() #150

Closed sophiakoulen closed 1 year ago

sophiakoulen commented 1 year ago
minishell$ touch hello_world_abca
minishell$ echo hello*abc
hello_world_abca
minishell$