summaryrefslogtreecommitdiff
path: root/execute_cmd.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-08 20:23:45 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-08 20:23:45 -0500
commit984a1947a39c7c4bee77f4309f670fc79181ea71 (patch)
treeeb8f79d9f950646facf5d6a37400c567d86ae610 /execute_cmd.c
parenta31435742fb2036e56df64523039abf1d52932b7 (diff)
downloadbash-984a1947a39c7c4bee77f4309f670fc79181ea71.tar.gz
commit bash-4.1 snapshot
Diffstat (limited to 'execute_cmd.c')
-rw-r--r--execute_cmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/execute_cmd.c b/execute_cmd.c
index 0e3c09ad..e65a03f1 100644
--- a/execute_cmd.c
+++ b/execute_cmd.c
@@ -4198,7 +4198,9 @@ execute_function (var, words, flags, fds_to_close, async, subshell)
if (variable_context == 0 || this_shell_function == 0)
{
make_funcname_visible (0);
+#if defined (PROCESS_SUBSTITUTION)
unlink_fifo_list ();
+#endif
}
return (result);