Fixed failure to read $HOME environment variable

This commit is contained in:
Graham Nelson 2020-02-22 14:10:12 +00:00
parent 648fae552e
commit e6684d635f

View file

@ -90,6 +90,7 @@ void Foundation::start(void) {
@<Register the default stream writers@>;
[[textliterals]];
Time::begin();
Pathnames::start();
@<Register the default debugging log aspects@>;
@<Register the default debugging log writers@>;
@<Register the default command line switches@>;