From e13b281952982f26d6ce12ea02231dcc1fd1f35a Mon Sep 17 00:00:00 2001 From: Couleur <82747632+couleurm@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:22:12 +0100 Subject: [PATCH] add quotes, sh messes up without them ty @haovipaws --- suckless-cut.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/suckless-cut.lua b/suckless-cut.lua index 635fd62..a5fb244 100644 --- a/suckless-cut.lua +++ b/suckless-cut.lua @@ -442,6 +442,7 @@ local function render() arg = arg .. ';' .. timecodes['start'] .. '-' .. timecodes['fin'] end + arg = '"' .. arg .. '"' table.insert(Cmd.args, arg) Commands[#Commands + 1] = Cmd end