*** ../bash-20150206/variables.c 2015-01-23 20:39:27.000000000 -0500 --- variables.c 2015-02-19 13:56:12.000000000 -0500 *************** *** 2873,2880 **** v = bind_variable (lhs, rhs, 0); ! if (v && isint) ! VSETATTR (v, att_integer); ! ! VUNSETATTR (v, att_invisible); return (v); --- 2873,2882 ---- v = bind_variable (lhs, rhs, 0); ! if (v) ! { ! if (isint) ! VSETATTR (v, att_integer); ! VUNSETATTR (v, att_invisible); ! } return (v);