42shpimanmls / 42sh

Shell project at 42
3 stars 0 forks source link

$? not set after builtin execution #167

Closed lsimonne closed 7 years ago

lsimonne commented 7 years ago
[ChezLouise@ ~/Documents/42/42sh]$ echo foo
  executing builtin echo
foo
  done executing builtin echo, ok
[ChezLouise@ ~/Documents/42/42sh]$ echo $?
  executing builtin echo

  done executing builtin echo, ok
M5oul commented 7 years ago

https://github.com/42shpimanmls/42sh/pull/170 fix this one?

lsimonne commented 7 years ago

174