fix home_dir variable definition

This commit is contained in:
Julien Rabinow
2020-12-03 01:29:36 -08:00
committed by Tomas Babej
parent 4d5d901214
commit 1aa77c9ede
3 changed files with 3 additions and 6 deletions

View File

@@ -440,6 +440,7 @@ int Context::initialize (int argc, const char** argv)
{
timer_total.start ();
int rc = 0;
home_dir = getenv ("HOME");
try
{