commit bash-20160909 snapshot

This commit is contained in:
Chet Ramey
2016-09-27 10:38:30 -04:00
parent 4d63a61942
commit 5606eb074d
22 changed files with 749 additions and 627 deletions
+5 -1
View File
@@ -1492,7 +1492,11 @@ execute_in_subshell (command, asynchronous, pipe_in, pipe_out, fds_to_close)
login_shell = interactive = 0;
if (user_subshell)
subshell_environment = SUBSHELL_PAREN; /* XXX */
{
subshell_environment = SUBSHELL_PAREN; /* XXX */
if (asynchronous)
subshell_environment |= SUBSHELL_ASYNC;
}
else
{
subshell_environment = 0; /* XXX */