|
Don't wastefully execute everything via a shell
We should only ever use the shell if we want to use the shell's features, such as pipes, non-trivial redirection, or shell language features (branches/loops/etc.). Otherwise, executing a program via the shell is pointless and wasteful. |
|---|
|
|
| source/dub/compilers/compiler.d |
|---|
| source/dub/internal/git.d |
|---|