42shpimanmls / 42sh

Shell project at 42
3 stars 0 forks source link

Wrong exit status if error in redirection #166

Closed lsimonne closed 7 years ago

lsimonne commented 7 years ago
[ChezLouise@ ~/Documents/42/42sh]$ ls > libft
42sh: Is a directory: libft
[ChezLouise@ ~/Documents/42/42sh]$ exit
  executing builtin exit
➜  42sh git:(add_42_headers) echo $?
0