@@ -743,7 +743,6 @@ | ||
743 | 743 | if (!open_redirections(c->c_redirs, &savefd)) { |
744 | 744 | /* On redirection error, the command is not executed. */ |
745 | 745 | laststatus = Exit_REDIRERR; |
746 | - apply_errexit_errreturn(NULL); | |
747 | 746 | if (posixly_correct && !is_interactive_now && is_special_builtin(argv0)) |
748 | 747 | finally_exit = true; |
749 | 748 | goto done; |