path-lookup: fix confusion between persistent_control and persistent_config

persistent_config would not appear in the search path at all, hence
those overrides would not work at all.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2018-02-08 13:54:37 +01:00
parent ecd3717a74
commit c59479e790

View File

@@ -623,7 +623,7 @@ int lookup_paths_init(
add = user_dirs(persistent_config, runtime_config,
generator, generator_early, generator_late,
transient,
persistent_config, runtime_control);
persistent_control, runtime_control);
break;
default: