kvz / bash3boilerplate

Templates to write better Bash scripts
http://bash3boilerplate.sh
MIT License
2.08k stars 196 forks source link

Fix read values only from the specified section #127

Closed rfuehrer closed 4 years ago

rfuehrer commented 4 years ago

Thanks for contributing to b3bp! As part of your PR, have you:

With the corrected awk/sed command, only keys from the specified section are now read - previously keys from other sections were determined. However, there is now a problem that values without section are not read anymore, because added keys without section are subordinated to the last section and therefore belong to the last section - but that's a different PR ;) (perhaps by specifying a default section)

functionality:

rfuehrer commented 4 years ago

sorry, miss ${delim}. close PR