mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
FreeBSD make uses the target under srcdir [ci skip]
This commit is contained in:
parent
dd5118f852
commit
751ffb276f
1 changed files with 1 additions and 1 deletions
2
tool/ruby_vm/helpers/dumper.rb
Normal file → Executable file
2
tool/ruby_vm/helpers/dumper.rb
Normal file → Executable file
|
@ -28,7 +28,7 @@ class RubyVM::Dumper
|
|||
path = Pathname.new(__FILE__)
|
||||
path = (path.relative_path_from(Pathname.pwd) rescue path).dirname
|
||||
path += '../views'
|
||||
path += Pathname.pwd.join(spec).expand_path.to_s.sub("#{@base}/", '')
|
||||
path += Pathname.pwd.join(File.basename(spec)).expand_path.to_s.sub("#{@base}/", '')
|
||||
src = path.expand_path.read mode: 'rt:utf-8:utf-8'
|
||||
rescue Errno::ENOENT
|
||||
raise "don't know how to generate #{path}"
|
||||
|
|
Loading…
Reference in a new issue