commit bash-20140926 snapshot

This commit is contained in:
Chet Ramey
2014-10-09 20:24:28 -04:00
parent d402782426
commit 30595b57d9
36 changed files with 28423 additions and 1125 deletions
+2
View File
@@ -5416,7 +5416,9 @@ shell_execve (command, args, env)
unbind_args (); /* remove the positional parameters */
#if defined (PROCESS_SUBSTITUTION)
clear_fifo_list (); /* pipe fds are what they are now */
#endif
longjmp (subshell_top_level, 1);
/*NOTREACHED*/