From 87d896f1107a077f3d1876f8feb9dcf9ee93ea3c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Apr 2020 16:20:29 +0200 Subject: Pass LC_ALL=C when extracting locale-dependent information on POSIX --- libbuild2/utility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/utility.cxx') 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, -- cgit v1.1