diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-11 01:24:05 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-11 01:24:05 +0000 |
commit | 7d0e0d4f9a209916bbc827d24855e91db3f288ce (patch) | |
tree | 64e8c38e0ef1c65f7a5765712903da1600dd8583 /lib/rdoc | |
parent | 9d3b91c4b2b1f88bbb0c850a0a69daba3f32852f (diff) | |
download | ruby-7d0e0d4f9a209916bbc827d24855e91db3f288ce.tar.gz ruby-7d0e0d4f9a209916bbc827d24855e91db3f288ce.tar.xz ruby-7d0e0d4f9a209916bbc827d24855e91db3f288ce.zip |
* lib/rdoc/options.rb ():
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc')
-rw-r--r-- | lib/rdoc/options.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/options.rb b/lib/rdoc/options.rb index 02ee75ee0..078635121 100644 --- a/lib/rdoc/options.rb +++ b/lib/rdoc/options.rb @@ -567,7 +567,7 @@ Usage: #{opt.program_name} [options] [names...] # Windows. def check_diagram - return if RUBY_PLATFORM =~ /mswin/ + return if RUBY_PLATFORM =~ /mswin|cygwin|mingw|bccwin/ ok = false ver = nil |