mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a852002779
commit
b640b21d9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue