From b94b5381f68061121c22f2786ba1fa774f1ee6f6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jul 2016 17:25:23 +0200 Subject: Convert to use canonical directory separators --- bpkg/utility | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bpkg/utility') diff --git a/bpkg/utility b/bpkg/utility index 7bb6111..901fbbd 100644 --- a/bpkg/utility +++ b/bpkg/utility @@ -34,6 +34,11 @@ namespace bpkg // using butl::reverse_iterate; + // Widely-used paths. + // + extern const dir_path bpkg_dir; // .bpkg/ + extern const dir_path certs_dir; // .bpkg/certs/ + // Y/N prompt. The def argument, if specified, should be either 'y' // or 'n'. It is used as the default answer, in case the user just // hits enter. Issue diagnostics and throw failed if no answer could -- cgit v1.1