Merge pull request #20543 from Homebrew/bump_safe_system

dev-cmd/bump: fix `system` call.
This commit is contained in:
Ruoyu Zhong 2025-08-22 12:24:00 +00:00 committed by GitHub
commit c1e02b6807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -536,7 +536,7 @@ module Homebrew
bump_pr_args << "--bump-synced=#{outdated_synced_formulae.join(",")}" bump_pr_args << "--bump-synced=#{outdated_synced_formulae.join(",")}"
end end
system HOMEBREW_BREW_FILE, *bump_pr_args safe_system HOMEBREW_BREW_FILE, *bump_pr_args
end end
sig { sig {