Skip to content
Snippets Groups Projects
Commit 7e874c2b authored by Coleman McFarland's avatar Coleman McFarland
Browse files

Allow builtins in aliases

During a pipeline execution, aliases are expanded and split into an
Array. The first item in this array should be either a builtin or a
command. If it is a builtin, assign the Job.builtin fn pointer field.
Otherwise, assume the alias refers to a command. Fixes #622
parent 982798ca
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment