modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-03-14 17:21:22 +04:00
parent 52f54e1751
commit 0a868dd179
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ function template_dump_vars() {
_template_dump_vars "$@"
}
function _template_dump_vars() {
[ $# -gt 0 ] || return 0
cat "$@" |
grep -E '^[A-Z][A-Za-z_]*=' |
sed 's/=.*//' |