sophiakoulen / minishell

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

wildcard expanstion dosen't respect single quotes #153

Closed znichola closed 1 year ago

znichola commented 1 year ago
minishell$ touch '*' '*aaaaaaa****bbbtruc*'
minishell$ echo '*'
* *aaaaaaa****bbbtruc*
minishell$ echo "*"
znichola commented 1 year ago

fixed in #152