From 3b6f882ce0dae1d80a330b36a63fbe65026a3278 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 21 Aug 2016 12:38:35 +0200 Subject: Adjust to new butl::process interface --- build2/utility.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/utility.txx') diff --git a/build2/utility.txx b/build2/utility.txx index a00f3fb..3e29db6 100644 --- a/build2/utility.txx +++ b/build2/utility.txx @@ -6,7 +6,7 @@ namespace build2 { template T - run (const char* const* args, + run (const char* args[], T (*f) (string&), bool err, bool ignore_exit, -- cgit v1.1