From 696adbccd3a45e0c5dbad41c6e12a656c46c5958 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 22 Apr 2016 05:52:30 +0000 Subject: * tool/merger.rb: remove temporary file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/merger.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tool') diff --git a/tool/merger.rb b/tool/merger.rb index c7d8e0f0ad..07ac6e6304 100755 --- a/tool/merger.rb +++ b/tool/merger.rb @@ -5,6 +5,7 @@ exec "${RUBY-ruby}" "-x" "$0" "$@" && [ ] if false # This needs ruby 1.9 and subversion. # run this in a repository to commit. +require 'fileutils' require 'tempfile' $repos = 'svn+ssh://svn@ci.ruby-lang.org/ruby/' @@ -169,6 +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') case ARGV[0] when /--ticket=(.*)/ -- cgit v1.2.3