sbt/util/process/src/main/scala/sbt
Mark Harrah 9135ece3cd 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
..
InheritInput.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
Process.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
ProcessImpl.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
SyncVar.scala local SyncVar implementation to deal with std lib deprecations 2013-05-27 19:12:39 -04:00