treewide: improve template expansion
also: support *.toml as extra configuration dictionaries
This commit is contained in:
@@ -47,7 +47,7 @@ $(
|
||||
| xargs -0r printf '%q\n' \
|
||||
| {
|
||||
## retain variables defined in ".core_worker_env" configuration key
|
||||
## (if it was specified somewhere in dictionaries - either yaml or json)
|
||||
## (if it was specified somewhere in dictionaries - either yaml, toml or json)
|
||||
f="${target_root}/autoconf/core-worker-env.txt"
|
||||
[ -s "$f" ] || exec cat
|
||||
grep -Fxv -f "$f"
|
||||
|
Reference in New Issue
Block a user