diff options
Diffstat (limited to 'etc/eol.lua')
-rw-r--r-- | etc/eol.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/eol.lua b/etc/eol.lua index b13684b..d3da776 100644 --- a/etc/eol.lua +++ b/etc/eol.lua | |||
@@ -1,6 +1,5 @@ | |||
1 | require"mime.lua" | 1 | local mime = require("mime") |
2 | require"ltn12.lua" | 2 | local ltn12 = require("ltn12") |
3 | |||
4 | local marker = '\n' | 3 | local marker = '\n' |
5 | if arg and arg[1] == '-d' then marker = '\r\n' end | 4 | if arg and arg[1] == '-d' then marker = '\r\n' end |
6 | local filter = mime.normalize(marker) | 5 | local filter = mime.normalize(marker) |