diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2001-11-21 01:40:39 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2001-11-21 01:40:39 +0000 |
commit | 452e62785450caf063cd7d66bf73cb913ad7a7f3 (patch) | |
tree | d87a5b19f40ec26ff39a671306d0ca4ce274895e /shells/bash/files/patch-execute_cmd.c | |
parent | fcb81602de14d7478f9d4de9bca307a0364a82c2 (diff) |
Notes
Diffstat (limited to 'shells/bash/files/patch-execute_cmd.c')
-rw-r--r-- | shells/bash/files/patch-execute_cmd.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/shells/bash/files/patch-execute_cmd.c b/shells/bash/files/patch-execute_cmd.c deleted file mode 100644 index e50bfb5bd1e0..000000000000 --- a/shells/bash/files/patch-execute_cmd.c +++ /dev/null @@ -1,20 +0,0 @@ ---- execute_cmd.c.shellfunc Tue Jan 25 11:29:11 2000 -+++ execute_cmd.c Tue May 2 21:26:24 2000 -@@ -2762,6 +2762,8 @@ - if (tc && (flags & CMD_IGNORE_RETURN)) - tc->flags |= CMD_IGNORE_RETURN; - -+ old_shell_function = this_shell_function; -+ - if (subshell == 0) - { - begin_unwind_frame ("function_calling"); -@@ -2843,6 +2845,8 @@ - - if (variable_context == 0 || this_shell_function == 0) - make_funcname_visible (0); -+ -+ this_shell_function = old_shell_function; - - return (result); - } |