diff options
author | tadd <tadd@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-20 07:40:45 +0000 |
---|---|---|
committer | tadd <tadd@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-20 07:40:45 +0000 |
commit | b640b21d9c6698d2246d2e0eb785653b570adcea (patch) | |
tree | 54bac73b680fa86d8b15729762d776843e7f2e7d | |
parent | a85200277921dbefc1dfc9edd9ed26e9cea009f8 (diff) |
fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/fiddle/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fiddle/extconf.rb b/ext/fiddle/extconf.rb index 654667feed..fce0cb4079 100644 --- a/ext/fiddle/extconf.rb +++ b/ext/fiddle/extconf.rb @@ -19,7 +19,7 @@ if ! bundle 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 |