Clean up local variable usage - Remainder
Minor cleanups in a couple ofplaces: * Config funtions * Stackforge * TLS Combined a couple of smaller changesets that are loosly related Change-Id: Ifa16f2e4c0eca0ef3401c0dfdc4f3d91809021a5
This commit is contained in:
parent
b939caea45
commit
b1e3d0f222
@ -110,6 +110,7 @@ function merge_config_group {
|
|||||||
|
|
||||||
[[ -r $localfile ]] || return 0
|
[[ -r $localfile ]] || return 0
|
||||||
|
|
||||||
|
local configfile group
|
||||||
for group in $matchgroups; do
|
for group in $matchgroups; do
|
||||||
for configfile in $(get_meta_section_files $localfile $group); do
|
for configfile in $(get_meta_section_files $localfile $group); do
|
||||||
if [[ -d $(dirname $(eval "echo $configfile")) ]]; then
|
if [[ -d $(dirname $(eval "echo $configfile")) ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user