diff -rC 2 bash-4.3.42/builtins/shopt.def bash-4.3.43/builtins/shopt.def
*** bash-4.3.42/builtins/shopt.def	2013-02-27 09:43:20.000000000 -0500
--- bash-4.3.43/builtins/shopt.def	2015-10-16 11:25:28.000000000 -0400
***************
*** 161,165 ****
    { "compat40", &shopt_compat40, set_compatibility_level },
    { "compat41", &shopt_compat41, set_compatibility_level },
!   { "compat42", &shopt_compat41, set_compatibility_level },
  #if defined (READLINE)
    { "complete_fullquote", &complete_fullquote, (shopt_set_func_t *)NULL},
--- 161,165 ----
    { "compat40", &shopt_compat40, set_compatibility_level },
    { "compat41", &shopt_compat41, set_compatibility_level },
!   { "compat42", &shopt_compat42, set_compatibility_level },
  #if defined (READLINE)
    { "complete_fullquote", &complete_fullquote, (shopt_set_func_t *)NULL},
