From 63b77c019c6a19a0652d8af6e0f959c0488132c7 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Wed, 19 Apr 2017 23:51:24 +1000 Subject: [PATCH] Added comment stripping to the build script --- build.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/build.lua b/build.lua index e278831..e936131 100644 --- a/build.lua +++ b/build.lua @@ -91,6 +91,7 @@ replacements={ {" %/ ","/"}, {" %* ","*"}, {" \n","\n"}, +{"%-%-.-\n",""}, } for k,v in ipairs(replacements) do while ss:find(v[1]) ~= nil do