1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rdoc/options.rb ():

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-01-11 01:24:05 +00:00
parent 249c08716d
commit 8b39fb1045
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Jan 11 10:24:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/rdoc/options.rb ():
Fri Jan 11 09:59:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
* ext/nkf/nkf-utf8/nkf.c: update to r1.163.

View file

@ -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