aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/dist/operation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/dist/operation.cxx b/build2/dist/operation.cxx
index b1b1e6c..96130b3 100644
--- a/build2/dist/operation.cxx
+++ b/build2/dist/operation.cxx
@@ -715,7 +715,7 @@ namespace build2
//
process pr (run_start (pp,
args,
- 1 /* stdin */,
+ 0 /* stdin */,
c_fd.get () /* stdout */,
true /* error */,
ad /* cwd */));