diff options
Diffstat (limited to 'modules/textadept')
-rw-r--r-- | modules/textadept/run.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index c77a7a0c..b9a92aae 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -113,7 +113,6 @@ local function command(commands, event) ui.SILENT_PRINT = false end - command, cwd = command:iconv('UTF-8', _CHARSET), cwd:iconv('UTF-8', _CHARSET) if commands == M.build_commands then emit_output('> cd '..cwd) end emit_output('> '..command) local p, err = spawn(command, cwd, emit_output, emit_output, function(status) |