Merge pull request #4903 from keith/ks/build-bracket

This commit is contained in:
swift-ci
2016-09-25 17:59:47 -07:00
committed by GitHub

View File

@@ -783,7 +783,7 @@ function configure_default_options() {
local default_value="${KNOWN_SETTINGS[$((i+1))]}"
# Find the variable name in our lookup table.
local varname="${known_setting_varnames[$((i/3))]]}"
local varname="${known_setting_varnames[$((i/3))]}"
# Establish the associative array mapping.
eval "${setting//-/_}_VARNAME=${varname}"