- Properly expands ~ characters in data.location

This commit is contained in:
Paul Beckingham
2008-07-09 22:56:39 -04:00
parent ec8da0baaa
commit 2150642f9d
5 changed files with 44 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ int main (int argc, char** argv)
}
TDB tdb;
tdb.dataDirectory (conf.get ("data.location"));
tdb.dataDirectory (expandPath (conf.get ("data.location")));
// Log commands, if desired.
if (conf.get ("command.logging") == "on")