Skip to content

Commit

Permalink
scripts/chwd: Remove declaration of an unused variable
Browse files Browse the repository at this point in the history
Makes luacheck happy
  • Loading branch information
ventureoo committed Mar 24, 2024
1 parent 4c1fb6f commit b242405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chwd
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ local function get_profile(name, path)
end

if not check_on_multilib() and packages then
packages, _ = packages:gsub("%s?(lib32-[A-Za-z0-9-]+)", "")
packages = packages:gsub("%s?(lib32-[A-Za-z0-9-]+)", "")
end

return packages, hooks
Expand Down

0 comments on commit b242405

Please sign in to comment.