summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot6
1 files changed, 3 insertions, 3 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index f154ac435a..17be5eaed2 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -218,11 +218,11 @@ def package(rev, destdir)
%w[config.guess config.sub].each do |conf|
next if File.exist?("tool/#{conf}")
begin
- require File.expand_path("config_files", $tooldir)
+ require File.expand_path("downloader", $tooldir)
rescue LoadError
- abort "Error!!! Copy 'config_files.rb' from 'tool' directory of the recent ruby repository!"
+ abort "Error!!! Copy 'downloader.rb' from 'tool' directory of the recent ruby repository!"
end
- ConfigFiles.download(conf, "tool")
+ Downloader.download(conf, "tool")
end
File.open(clean.add("cross.rb"), "w") do |f|
f.puts "Object.__send__(:remove_const, :CROSS_COMPILING) if defined?(CROSS_COMPILING)"