Bash-4.3 patch 29
This commit is contained in:
parent
90a39f32de
commit
13db572a82
3 changed files with 3 additions and 2 deletions
|
@ -126,7 +126,7 @@ copy_redirect (redirect)
|
|||
{
|
||||
case r_reading_until:
|
||||
case r_deblank_reading_until:
|
||||
new_redirect->here_doc_eof = savestring (redirect->here_doc_eof);
|
||||
new_redirect->here_doc_eof = redirect->here_doc_eof ? savestring (redirect->here_doc_eof) : 0;
|
||||
/*FALLTHROUGH*/
|
||||
case r_reading_string:
|
||||
case r_appending_to:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue