fix broken heredocument
This commit is contained in:
parent
19fb7e8eac
commit
2d0041e1ff
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ std::string condlist::generate(int ind)
|
|||
ret += '&';
|
||||
ret += '\n';
|
||||
ret += ctx.here_document->generate(0);
|
||||
ret += '\n';
|
||||
prev_is_heredoc=true;
|
||||
}
|
||||
else if(parallel)
|
||||
|
|
|
|||
Loading…
Reference in a new issue