From c8459c886bab3a68631491059d1a5f300a3861cb 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 --- bpkg/utility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/utility.cxx') diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index a26ab3c..12ef220 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -168,7 +168,7 @@ namespace bpkg } void - run (const char* const args[]) + run (const char* args[]) { if (verb >= 2) print_process (args); -- cgit v1.1