* tool/merger.rb: use FileUtile.rm_f to fix an error on missing temporary file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2ede24a8f1
commit
8f9b8d48b6
@ -170,7 +170,7 @@ else
|
||||
system 'svn up'
|
||||
system 'ruby tool/file2lastrev.rb --revision.h . > revision.tmp'
|
||||
system 'tool/ifchange "--timestamp=.revision.time" "revision.h" "revision.tmp"'
|
||||
FileUtils.rm('revision.tmp')
|
||||
FileUtils.rm_f('revision.tmp')
|
||||
|
||||
case ARGV[0]
|
||||
when /--ticket=(.*)/
|
||||
|
Loading…
x
Reference in New Issue
Block a user