Merge "Remove additional '/' in Q_PLUGIN_EXTRA_CONF_FILES"

This commit is contained in:
Jenkins 2016-04-21 19:53:39 +00:00 committed by Gerrit Code Review
commit f8c938502b

View File

@ -387,7 +387,7 @@ function _determine_config_server {
local cfg_file
local opts="--config-file $NEUTRON_CONF --config-file /$Q_PLUGIN_CONF_FILE"
for cfg_file in ${Q_PLUGIN_EXTRA_CONF_FILES[@]}; do
opts+=" --config-file /$cfg_file"
opts+=" --config-file $cfg_file"
done
echo "$opts"
}