зеркало из https://github.com/github/ruby.git
sync_default_gems.rb: escape filter command [ci skip]
This commit is contained in:
Родитель
603d799520
Коммит
49c1c2dce3
|
@ -408,7 +408,12 @@ def sync_default_gems_with_commits(gem, ranges, edit: nil)
|
|||
|
||||
ENV["FILTER_BRANCH_SQUELCH_WARNING"] = "1"
|
||||
|
||||
filter = [ENV.fetch('RUBY', 'ruby'), File.realpath(__FILE__), "--message-filter"]
|
||||
require 'shellwords'
|
||||
filter = [
|
||||
ENV.fetch('RUBY', 'ruby').shellescape,
|
||||
File.realpath(__FILE__).shellescape,
|
||||
"--message-filter",
|
||||
]
|
||||
commits.each do |sha, subject|
|
||||
puts "Pick #{sha} from #{repo}."
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче