Skip to content

Commit

Permalink
Merge branch 'jb54116' into 'master'
Browse files Browse the repository at this point in the history
[sb2] Fix can_accelerate_rpm under new lua. Fixes JB#54116

See merge request mer-core/scratchbox2!52
  • Loading branch information
vigejolla committed Jun 9, 2021
2 parents bd328e4 + b85b940 commit f6fdc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scratchbox2/modes/obs-rpm-install/fs_rules.lua
Expand Up @@ -85,7 +85,7 @@ function can_accelerate_rpm()
]=]

local rc = os.execute(string.format(test, tools, target_root))
return rc == 0
return rc
end

if can_accelerate_rpm() then
Expand Down

0 comments on commit f6fdc2d

Please sign in to comment.