aboutsummaryrefslogtreecommitdiffstats
path: root/tool/downloader.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-20 14:58:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-20 14:58:06 +0000
commita1cd28403370c95f0124edd832dbc50e5ed3a02e (patch)
tree2fceeff14c4e5d8db1b1da263201acd266a46b65 /tool/downloader.rb
parent89ac9362660c87d695e7322841dab6af6314f63d (diff)
downloadruby-a1cd28403370c95f0124edd832dbc50e5ed3a02e.tar.gz
common.mk: disable force download of unicode files by default
* tool/downloader.rb: add -a option to always download regardless existing files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/downloader.rb')
-rw-r--r--tool/downloader.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index 0a6a9c5056..49a1de326c 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -113,6 +113,8 @@ if $0 == __FILE__
ARGV.shift
when '-e'
ims = nil
+ when '-a'
+ ims = true
when /\A-/
abort "#{$0}: unknown option #{ARGV[0]}"
else