Minor cleanups in a couple ofplaces:
* Config funtions
* Stackforge
* TLS
Combined a couple of smaller changesets that are loosly related
Change-Id: Ifa16f2e4c0eca0ef3401c0dfdc4f3d91809021a5
| ... | ... |
@@ -110,6 +110,7 @@ function merge_config_group {
|
| 110 | 110 |
|
| 111 | 111 |
[[ -r $localfile ]] || return 0 |
| 112 | 112 |
|
| 113 |
+ local configfile group |
|
| 113 | 114 |
for group in $matchgroups; do |
| 114 | 115 |
for configfile in $(get_meta_section_files $localfile $group); do |
| 115 | 116 |
if [[ -d $(dirname $(eval "echo $configfile")) ]]; then |