Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (#4884) Add an shell provider for execs | Matt Robinson | 2011-03-15 | 1 | -0/+17 |
| | | | | | | | This makes it possible to use shell builtins when the exec is inline bash commands. Paired-with: Max Martin | ||||
* | (#4884) Break the exec type out to have a posix provider | Daniel Pittman | 2011-03-15 | 1 | -0/+112 |
This is in preparation for allowing other new providers to handle exec commands differently. Reviewed-by: Max Martin and Matt Robinson |