commit bash-20080925 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:29:27 -05:00
parent f1c4df2484
commit 10a4e4150a
62 changed files with 8960 additions and 6649 deletions
+2 -1
View File
@@ -103,7 +103,8 @@ redirection_error (temp, error)
exec 4294967297>x */
filename = _("file descriptor out of range");
#ifdef EBADF
else if (temp->redirector >= 0 && errno == EBADF)
/* This error can never involve NOCLOBBER */
else if (error != NOCLOBBER_REDIRECT && temp->redirector >= 0 && errno == EBADF)
{
/* If we're dealing with two file descriptors, we have to guess about
which one is invalid; in the cases of r_{duplicating,move}_input and