change to binary file detection; fix for negative fractional read timeout; check more often for terminating signals in subshells; clear process substitutions in subshells; wait only for last procsub if `wait' is called without arguments

This commit is contained in:
Chet Ramey
2022-10-31 10:08:36 -04:00
parent 6711d2dc77
commit b48c234286
11 changed files with 5442 additions and 6955 deletions
+1
View File
@@ -3695,6 +3695,7 @@ parse_matched_pair (qc, open, close, lenp, flags)
free (ret);
parser_error (start_lineno, _("unexpected EOF while looking for matching `%c'"), close);
EOF_Reached = 1; /* XXX */
parser_state |= PST_NOERROR; /* avoid redundant error message */
return (&matched_pair_error);
}