mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
352 B

  1. see http://lists.gnu.org/archive/html/bug-bash/2004-08/msg00026.html
  2. *** bash-3.0/arrayfunc.c Fri Dec 19 00:03:09 2003
  3. --- bash-3.0/arrayfunc.c Sun Aug 1 20:43:00 2004
  4. ***************
  5. *** 612,616 ****
  6. free (t);
  7. ! return var;
  8. }
  9. --- 612,616 ----
  10. free (t);
  11. ! return (var == 0 || invisible_p (var)) ? (SHELL_VAR *)0 : var;
  12. }