diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-09 12:34:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-09 12:34:31 +0200 |
commit | b18baf490098a4a9924e6e139b62f4cbf7855a40 (patch) | |
tree | 02b0d8f456985bb1d3997cf0205dbdebe0815c17 | |
parent | 36b73f6d8a3b1d4cf3261449deb143ddb91b9d39 (diff) |
Add explicit -- separator before package name for pkg-build command
-rw-r--r-- | bbot/worker/worker.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 7122995..6a8eda0 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -546,6 +546,7 @@ build (size_t argc, const char* argv[]) "--yes", step_args (config_args, step_id::bpkg_configure_build), step_args (env_args, step_id::bpkg_configure_build), + "--", tm.name.string () + '/' + tm.version.string ()); if (!r.status) |