Closed znichola closed 1 year ago
minishell$ export v="this that" minishell$ <$vv minishell: $vv: ambiguous redirect
should be amtching as there is no vv varaible, looks like a bad length calc on the a ft_strncmp
ft_strncmp
It was not a bug! Variable vv is the empty string, and redirections do not like empty strings
should be amtching as there is no vv varaible, looks like a bad length calc on the a
ft_strncmp