Commit graph

6 commits

Author SHA1 Message Date
c3cab484b6 Add a bash-based implementation of replace_bash_vars().
You can choose at configure time if you want the old
c++ variable string replacement implementation or the
new one that execs bash -c 'echo blah blah'. It supports
using both EnvReal and EnvFake.
2020-04-15 00:37:49 +02:00
8a7e42cd3c Rename SysPaths to RunContext 2020-04-13 21:29:17 +02:00
8a7002f5c5 Drop the VarMap stuff, use the new EnvFake class. 2020-04-13 21:24:03 +02:00
a1a7b8c5af Don't access the global env, use my local copy instead. 2020-04-12 16:41:17 +02:00
884a816cbb Attach GPL3 licence. 2020-04-12 15:45:55 +02:00
f58e278637 First import
Emulates gcc-config -l so far.
2020-04-09 02:17:32 +02:00