From b640b21d9c6698d2246d2e0eb785653b570adcea Mon Sep 17 00:00:00 2001 From: tadd Date: Sat, 20 Oct 2018 07:40:45 +0000 Subject: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/fiddle/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fiddle') 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 -- cgit v1.2.3