Merge "Clean up local variable usage - Remainder"

This commit is contained in:
Jenkins
2014-08-23 09:56:54 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ function merge_config_group {
[[ -r $localfile ]] || return 0
local configfile group
for group in $matchgroups; do
for configfile in $(get_meta_section_files $localfile $group); do
if [[ -d $(dirname $(eval "echo $configfile")) ]]; then

View File

@@ -84,6 +84,7 @@ function create_CA_base {
return 0
fi
local i
for i in certs crl newcerts private; do
mkdir -p $ca_dir/$i
done