aboutsummaryrefslogtreecommitdiff
path: root/bpkg/database.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-14 14:36:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-16 14:53:54 +0300
commited437dbd3483baa3d15d1d86d8f057d9112653b1 (patch)
treecbf3974e8b1774ccccd818442cf042e501190b09 /bpkg/database.cxx
parent80ee886ca0bd3e41434621a056125c92f31b1aea (diff)
Add support for default options files
Diffstat (limited to 'bpkg/database.cxx')
-rw-r--r--bpkg/database.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/bpkg/database.cxx b/bpkg/database.cxx
index ba4ab10..a66b3a3 100644
--- a/bpkg/database.cxx
+++ b/bpkg/database.cxx
@@ -30,11 +30,7 @@ namespace bpkg
public:
conn_factory (const dir_path& d)
{
- dir_path v (d);
- v.complete ();
- v.normalize ();
-
- setenv (open_name, v.string ());
+ setenv (open_name, normalize (d, "configuration").string ());
}
virtual