commit bash-20200529 snapshot

This commit is contained in:
Chet Ramey
2020-06-03 18:31:24 -04:00
parent 37adc8b99d
commit f9df535553
16 changed files with 221 additions and 36 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ cat_file (r)
if (fn == 0)
{
redirection_error (r, AMBIGUOUS_REDIRECT);
redirection_error (r, AMBIGUOUS_REDIRECT, fn);
return -1;
}