mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
03581d5826
commit
bc722c84cd
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ def install_rb(mfile, srcdir = nil)
|
|||
next unless /\.rb$/ =~ f
|
||||
f = f[libdir.length+1..-1]
|
||||
path.push f
|
||||
dir |= File.dirname(f)
|
||||
dir |= [File.dirname(f)]
|
||||
end
|
||||
end
|
||||
for f in dir
|
||||
|
|
|
@ -134,7 +134,7 @@ def install_rb(mfile, dest, srcdir = nil)
|
|||
next unless /\.rb$/ =~ f
|
||||
f = f[libdir.length+1..-1]
|
||||
path.push f
|
||||
dir |= File.dirname(f)
|
||||
dir |= [File.dirname(f)]
|
||||
end
|
||||
end
|
||||
for f in dir
|
||||
|
|
Loading…
Reference in a new issue