Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 567514
Collapse All | Expand All

(-)utils/build-script-impl.old (-1 / +1 lines)
Lines 827-833 function configure_default_options() { Link Here
827
        local default_value="${KNOWN_SETTINGS[$((i+1))]}"
827
        local default_value="${KNOWN_SETTINGS[$((i+1))]}"
828
828
829
        # Find the variable name in our lookup table.
829
        # Find the variable name in our lookup table.
830
        local varname="${known_setting_varnames[$((i/3))]]}"
830
        local varname="${known_setting_varnames[$((i/3))]}"
831
831
832
        # Establish the associative array mapping.
832
        # Establish the associative array mapping.
833
        eval "${setting//-/_}_VARNAME=${varname}"
833
        eval "${setting//-/_}_VARNAME=${varname}"

Return to bug 567514