minishell
minishell copied to clipboard
[BUG] Wrong exit code for `cat | < notexist`
bash-5.1$ cat | < notexist
bash: notexist: No such file or directory
bash-5.1$ echo $?
0
Our exit code is 1.