diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-25 00:31:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-25 00:31:31 +0300 |
commit | b8f95cfa253dbe13be1ec888dfa22ad0a9fd4cee (patch) | |
tree | 446e30ebaedfa14bd707490f5dac7fc8ea003c47 | |
parent | 88678551f1e9871def5a8eaae017fd8c464203b8 (diff) |
Fix broken dist checksum calculation
-rw-r--r-- | build2/dist/operation.cxx | 2 |
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 */)); |