aboutsummaryrefslogtreecommitdiff
path: root/bdep/utility.txx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-18 22:44:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-27 14:23:15 +0300
commit2936f9c7c9eb330e71cb28c1493761310330b420 (patch)
treef0503410d1e0d1caa360348eb96ed45e3a2ef28a /bdep/utility.txx
parentf283fbea934a1a2bad3fa1df25a82717e6b11aac (diff)
Implement package archive upload
Diffstat (limited to 'bdep/utility.txx')
-rw-r--r--bdep/utility.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/utility.txx b/bdep/utility.txx
index 84248d0..9926e12 100644
--- a/bdep/utility.txx
+++ b/bdep/utility.txx
@@ -17,7 +17,7 @@ namespace bdep
{
try
{
- return process_start_callback (
+ return butl::process_start_callback (
[] (const char* const args[], size_t n)
{
if (verb >= 2)