diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -268,9 +268,7 @@ EOF if [ ${?} -ne 0 ]; then printf 'warning: unrecognized %s name: %s\n' \ "${_type}" "${_opt}" >&2 - continue - fi - if ${_optarg_set}; then + elif ${_optarg_set}; then _opt="$(printf '%s' "${_opt}" | tr -c '[a-z0-9]' '_')" eval "${_opt}"=\"\$\{_optarg\}\" else |