diff --git a/content/io.js b/content/io.js index 2df54cb3..a03fbad3 100644 --- a/content/io.js +++ b/content/io.js @@ -793,7 +793,7 @@ lookup: { if (heredocEnd.test(line)) { - command.execute(args + "\n" + heredoc, special, count); + command.execute(heredoc, special, count); heredoc = ""; heredocEnd = null; }