From b8f95cfa253dbe13be1ec888dfa22ad0a9fd4cee Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 25 Jul 2018 00:31:31 +0300 Subject: Fix broken dist checksum calculation --- build2/dist/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */)); -- cgit v1.1