aboutsummaryrefslogtreecommitdiff
path: root/nomsu_decompiler.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_decompiler.lua')
-rw-r--r--nomsu_decompiler.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_decompiler.lua b/nomsu_decompiler.lua
index 4655211..4312f6a 100644
--- a/nomsu_decompiler.lua
+++ b/nomsu_decompiler.lua
@@ -242,7 +242,7 @@ tree_to_nomsu = function(tree)
local _exp_0 = tree.type
if "FileChunks" == _exp_0 then
if tree.shebang then
- nomsu:append(tree.shebang, "\n")
+ nomsu:append(tree.shebang)
end
for chunk_no, chunk in ipairs(tree) do
if chunk_no > 1 then