aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-17 14:22:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-17 14:22:13 +0200
commit72baefb8e34102c7f54737bf36fcb10798cfda6b (patch)
tree36b11576324e8073de67e43d0a042acb38c6a507 /bpkg/pkg-configure.cxx
parent7221a63204a0b2a89e1c72fcbf9f2a7de0a575a3 (diff)
Consistently use 'c' as configuration directory variable
Diffstat (limited to 'bpkg/pkg-configure.cxx')
-rw-r--r--bpkg/pkg-configure.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx
index e680b61..604b126 100644
--- a/bpkg/pkg-configure.cxx
+++ b/bpkg/pkg-configure.cxx
@@ -23,7 +23,7 @@ namespace bpkg
{
tracer trace ("pkg_configure");
- dir_path c (o.directory ());
+ const dir_path& c (o.directory ());
level4 ([&]{trace << "configuration: " << c;});
// Sort arguments into the package name and configuration variables.