[前][次][番号順一覧][スレッド一覧]

ruby-changes:52998

From: tadd <ko1@a...>
Date: Sat, 20 Oct 2018 16:40:50 +0900 (JST)
Subject: [ruby-changes:52998] tadd:r65212 (trunk): fix typo.

tadd	2018-10-20 16:40:45 +0900 (Sat, 20 Oct 2018)

  New Revision: 65212

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65212

  Log:
    fix typo.

  Modified files:
    trunk/ext/fiddle/extconf.rb
Index: ext/fiddle/extconf.rb
===================================================================
--- ext/fiddle/extconf.rb	(revision 65211)
+++ ext/fiddle/extconf.rb	(revision 65212)
@@ -19,7 +19,7 @@ if ! bundle https://github.com/ruby/ruby/blob/trunk/ext/fiddle/extconf.rb#L19
 end or
 begin
   # for https://github.com/ruby/fiddle
-  if bundle && File.exit?("../../bin/extlibs.rb")
+  if bundle && File.exist?("../../bin/extlibs.rb")
     require "fileutils"
     require_relative "../../bin/extlibs"
     extlibs = ExtLibs.new

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]