From 72baefb8e34102c7f54737bf36fcb10798cfda6b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2015 14:22:13 +0200 Subject: Consistently use 'c' as configuration directory variable --- bpkg/pkg-configure.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-configure.cxx') 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. -- cgit v1.1