Merge pull request #20543 from Homebrew/bump_safe_system
dev-cmd/bump: fix `system` call.
This commit is contained in:
commit
c1e02b6807
@ -536,7 +536,7 @@ module Homebrew
|
||||
bump_pr_args << "--bump-synced=#{outdated_synced_formulae.join(",")}"
|
||||
end
|
||||
|
||||
system HOMEBREW_BREW_FILE, *bump_pr_args
|
||||
safe_system HOMEBREW_BREW_FILE, *bump_pr_args
|
||||
end
|
||||
|
||||
sig {
|
||||
|
Loading…
x
Reference in New Issue
Block a user