diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-12 13:54:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-12 13:54:40 +0200 |
commit | 67617fc444600cad5de2338f4d6f49d7a46fd915 (patch) | |
tree | f81b44aecf89147eb7e178f49e314d26a6d1fee6 /libbuild2/dist | |
parent | 7b7732096c0c4cb6f9f1c8e31a48417973748ff8 (diff) |
Add convenience run_start() overload
Diffstat (limited to 'libbuild2/dist')
-rw-r--r-- | libbuild2/dist/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/dist/operation.cxx b/libbuild2/dist/operation.cxx index 52031a3..34dc747 100644 --- a/libbuild2/dist/operation.cxx +++ b/libbuild2/dist/operation.cxx @@ -694,7 +694,7 @@ namespace build2 // Change the archiver's working directory to dist_root. // apr = run_start (app, - args.data (), + args, 0 /* stdin */, (i != 0 ? -1 : 1) /* stdout */, true /* error */, |