Skip to content

Commit 03dd659

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Clean up local variable usage - Remainder"
2 parents 7470b44 + b1e3d0f commit 03dd659

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ function merge_config_group {
110110

111111
[[ -r $localfile ]] || return 0
112112

113+
local configfile group
113114
for group in $matchgroups; do
114115
for configfile in $(get_meta_section_files $localfile $group); do
115116
if [[ -d $(dirname $(eval "echo $configfile")) ]]; then

lib/tls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ function create_CA_base {
8484
return 0
8585
fi
8686

87+
local i
8788
for i in certs crl newcerts private; do
8889
mkdir -p $ca_dir/$i
8990
done

0 commit comments

Comments
 (0)