]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-shellfunc.patch
- doesnt require glibc-devel to build. uClibc-devel is enought ;)
[packages/bash.git] / bash-shellfunc.patch
index 137bf9cf82f97b860e5af11f0af3258617f0371b..67499e2d03a252d69a34a41a640a96825cb07c57 100644 (file)
@@ -1,6 +1,14 @@
 --- bash-2.04/execute_cmd.c.shellfunc  Tue Jan 25 11:29:11 2000
 +++ bash-2.04/execute_cmd.c    Tue May  2 21:26:24 2000
-@@ -2762,6 +2762,8 @@
+@@ -2855,6 +2855,7 @@
+   int return_val, result;
+   COMMAND *tc, *fc;
+   char *debug_trap, *error_trap;
++  SHELL_VAR* old_shell_function;
+   USE_VAR(fc);
+@@ -2862,6 +2862,8 @@
    if (tc && (flags & CMD_IGNORE_RETURN))
      tc->flags |= CMD_IGNORE_RETURN;
  
@@ -9,7 +17,7 @@
    if (subshell == 0)
      {
        begin_unwind_frame ("function_calling");
-@@ -2843,6 +2845,8 @@
+@@ -2959,6 +2959,8 @@
  
    if (variable_context == 0 || this_shell_function == 0)
      make_funcname_visible (0);
This page took 0.029213 seconds and 4 git commands to generate.