commit | 02601231fdd91a7bd4837ce202906ea2ce661489 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Apr 04 12:50:03 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Fri May 05 07:49:43 2023 -0600 |
tree | c9745539b4869c0f70b698b8ac0e4366618154c1 | |
parent | 4891c459927d9a9c0f516c35e2d9d4ce212dd06e [diff] |
Simplify auto_load_expand_dir_vars and remove substitute_path_component This simplifies auto_load_expand_dir_vars to first split the string, then do any needed substitutions. This was suggested by Simon, and is much simpler than the current approach. Then this patch also removes substitute_path_component, as it is no longer called. This is nice because it helps with the long term goal of removing utils.h. Regression tested on x86-64 Fedora 36.