summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/bash/files/bash-3.0-local-array.patch')
-rw-r--r--app-shells/bash/files/bash-3.0-local-array.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-shells/bash/files/bash-3.0-local-array.patch b/app-shells/bash/files/bash-3.0-local-array.patch
deleted file mode 100644
index 82be7762ae1b..000000000000
--- a/app-shells/bash/files/bash-3.0-local-array.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Fix from Chet Ramey (bash maintainer) to prevent segfault
-
-http://bugs.gentoo.org/58961
-
-*** ../bash-3.0/arrayfunc.c Fri Dec 19 00:03:09 2003
---- arrayfunc.c Sun Aug 1 20:43:00 2004
-***************
-*** 612,616 ****
-
- free (t);
-! return var;
- }
-
---- 612,616 ----
-
- free (t);
-! return (var == 0 || invisible_p (var)) ? (SHELL_VAR *)0 : var;
- }
-