sophiakoulen / minishell

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

wrong error message #154

Closed znichola closed 1 year ago

znichola commented 1 year ago
minishell$ chmod 000 minishell
minishell$ unset PATH
minishell$ minishell
minishell: minishell: Permission denied
minishell$ engsergesr
minishell: engsergesr: command not found
minishell$ srcs
minishell: ./srcs: Permission denied