From 882583f64e517ab232edb6bbb7433631c655c9da Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Nov 2019 11:12:43 +0200 Subject: Initial work on path_name use for `-` to stdin/stdout translation --- libbuild2/dist/operation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/dist/operation.cxx') diff --git a/libbuild2/dist/operation.cxx b/libbuild2/dist/operation.cxx index ad829df..e3dadff 100644 --- a/libbuild2/dist/operation.cxx +++ b/libbuild2/dist/operation.cxx @@ -144,7 +144,7 @@ namespace build2 // since the meta operation is dist and we know what we are doing. // values params; - const path locf (""); + const path locf (""); // @@ PATH_NAME TODO const location loc (&locf); // Dummy location. const operations& ops (rs->root_extra->operations); @@ -822,7 +822,7 @@ namespace build2 } catch (const io_error& e) { - fail << "unable to write " << cp << ": " << e; + fail << "unable to write to " << cp << ": " << e; } } -- cgit v1.1