diff options
Diffstat (limited to 'build2/dist/operation.cxx')
-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 d4ca3c6..b600a98 100644 --- a/build2/dist/operation.cxx +++ b/build2/dist/operation.cxx @@ -489,7 +489,7 @@ namespace build2 // Change child's working directory to dist_root. // - process pr (root.string ().c_str (), pp, args.data ()); + process pr (pp, args.data (), 0, 1, 2, root.string ().c_str ()); if (!pr.wait ()) throw failed (); |