From 1f3774634b122e4ace102c8643f6d9281e3a20de Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Nov 2015 19:06:27 +0200 Subject: Make root configuration option notation to be the same as of AP_ROOT configuration variable --- brep/options.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'brep/options.cli') diff --git a/brep/options.cli b/brep/options.cli index 77dc45a..4126f4a 100644 --- a/brep/options.cli +++ b/brep/options.cli @@ -16,7 +16,7 @@ namespace brep class module { std::uint16_t verb = 0; - butl::dir_path root = "/"; + butl::dir_path root = ""; }; class db -- cgit v1.1