aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility')
-rw-r--r--bpkg/utility4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/utility b/bpkg/utility
index 901fbbd..85cf1ca 100644
--- a/bpkg/utility
+++ b/bpkg/utility
@@ -79,10 +79,10 @@ namespace bpkg
// command lines).
//
void
- run (const char* const args[]);
+ run (const char* args[]);
inline void
- run (const cstrings& args) {run (args.data ());}
+ run (cstrings& args) {run (args.data ());}
// Run build2, mapping verbosity levels. If quiet is true, then run build2
// quiet if our verbosity level is 1. Common vars (cvars) are set on the