sophiakoulen / minishell

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

ambigous redirect doesn't work #105

Closed znichola closed 1 year ago

znichola commented 1 year ago
minishell$ export a="this that"
minishell$ <$a
minishell: this that: No such file or directory
minishell$ 

looks like an error in field_split