summaryrefslogtreecommitdiff
path: root/src/Utility/Process/NonConcurrent.hs
AgeCommit message (Collapse)Author
2016-03-06build with older ghcJoey Hess
2016-03-06Force ssh, scp, and git commands to be run in the foreground.Joey Hess
Before, they could run in the background if another process was running, and so their output wouldn't immediately be visible. With this change, the concurrent-output layer is not used for these interactive commands.