Disable use of ~/.pricedb when --args-only is present
This commit is contained in:
parent
0283f444c5
commit
2cec787182
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ global_scope_t::global_scope_t(char ** envp)
|
||||||
read_environment_settings(envp);
|
read_environment_settings(envp);
|
||||||
session().set_flush_on_next_data_file(true);
|
session().set_flush_on_next_data_file(true);
|
||||||
read_init();
|
read_init();
|
||||||
|
} else {
|
||||||
|
session().HANDLER(price_db_).off();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue