commit bash-20100121 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 21:53:04 -05:00
parent 5cdaaf76ec
commit 68dfe178e9
37 changed files with 30685 additions and 78 deletions
+5
View File
@@ -1120,6 +1120,10 @@ print_redirection (redirect)
cprintf ("{%s}", redir_word->word);
else if (redirector != 0)
cprintf ("%d", redirector);
#if 0
/* Don't need to check whether or not to requote, since original quotes
are still intact. The only thing that has happened is that $'...'
has been replaced with 'expanded ...'. */
if (ansic_shouldquote (redirect->redirectee.filename->word))
{
char *x;
@@ -1128,6 +1132,7 @@ print_redirection (redirect)
free (x);
}
else
#endif
cprintf ("<<< %s", redirect->redirectee.filename->word);
break;