sbt/util/process/src
Mark Harrah 8883ab324b The Process methods that are redirection-like should not discard the exit code of the input.
Only piping should do that.  This addresses an inconsistency with Fork, where using the CustomOutput
OutputStrategy makes the exit code always zero.
2013-09-19 12:38:16 -04:00
..
main/scala/sbt The Process methods that are redirection-like should not discard the exit code of the input. 2013-09-19 12:38:16 -04:00
test/scala The Process methods that are redirection-like should not discard the exit code of the input. 2013-09-19 12:38:16 -04:00