mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 10:42:28 +02:00
commit bash-20100121 snapshot
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user