fix: double quote error
This commit is contained in:
parent
ba08913b1e
commit
377c84c146
@ -31,5 +31,6 @@ local f =
|
||||
system == 'linux' and 'echo %q | festival --tts'
|
||||
|
||||
string.play = function(self)
|
||||
fn.jobstart(f:format(self))
|
||||
local s = string.gsub(self, "\"", " ")
|
||||
fn.jobstart(f:format(s))
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user