Skip to content

Commit

Permalink
fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 13, 2024
1 parent 72da901 commit 7b00e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/modules/cli/bisect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function _run_command(opt)
local arbitrary = opt.arbitrary
if commands then
for _, command in ipairs(commands:split(";")) do
os.exec(command)
os.exec(command:trim())
end
elseif arbitrary then
local program = arbitrary[1]
Expand Down

0 comments on commit 7b00e3f

Please sign in to comment.