diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-06 16:20:29 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-04-07 15:09:59 +0300 |
commit | 87d896f1107a077f3d1876f8feb9dcf9ee93ea3c (patch) | |
tree | 609b144f65d0a0f0db95ea031d7cbf6dafec5535 /libbuild2/utility.cxx | |
parent | e607800f687ba89fbdd97b2f1f1925217f00eb23 (diff) |
Pass LC_ALL=C when extracting locale-dependent information on POSIX
Diffstat (limited to 'libbuild2/utility.cxx')
-rw-r--r-- | libbuild2/utility.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/utility.cxx b/libbuild2/utility.cxx index 3b4b94f..a45e901 100644 --- a/libbuild2/utility.cxx +++ b/libbuild2/utility.cxx @@ -219,7 +219,7 @@ namespace build2 assert (args[0] == pe.path->recall_string ()); if (verb >= verbosity) - print_process (args, 0); + print_process (pe, args, 0); return process ( *pe.path, |