Skip to content

Run builtins in place when not part of a pipeline of data

Michael Aaron Murphy requested to merge huntergoldstein:inplace_builtin into master

Created by: huntergoldstein

Changes introduced by this pull request:

  • shell::pipe::execute will run a builtin in place and set the appropriate return code instead of forking

Fixes: Closes #332 (closed).

State: Good to go!

Merge request reports