Make sure 'exportdir' from config file is utilized
This commit is contained in:
parent
1617a0ad77
commit
7aa91af319
1 changed files with 2 additions and 0 deletions
|
|
@ -22679,6 +22679,8 @@ static void setup_config(char *argv[])
|
||||||
|
|
||||||
datadir = tmpcfg.datadir ? tmpcfg.datadir : savedir;
|
datadir = tmpcfg.datadir ? tmpcfg.datadir : savedir;
|
||||||
|
|
||||||
|
exportdir = tmpcfg.exportdir ? tmpcfg.exportdir : exportdir;
|
||||||
|
|
||||||
if (tmpcfg.parsertmp_lang == PARSE_CLOBBER)
|
if (tmpcfg.parsertmp_lang == PARSE_CLOBBER)
|
||||||
tmpcfg.parsertmp_lang = NULL;
|
tmpcfg.parsertmp_lang = NULL;
|
||||||
if (tmpcfg.parsertmp_locale == PARSE_CLOBBER)
|
if (tmpcfg.parsertmp_locale == PARSE_CLOBBER)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue