Skip to content

Commit

Permalink
add quotes, sh messes up without them
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Feb 25, 2024
1 parent 1f34d0f commit e13b281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suckless-cut.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e13b281

Please sign in to comment.