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
@ -149,7 +149,7 @@ def install_rb(mfile, srcdir = nil)
|
|||||||
next unless /\.rb$/ =~ f
|
next unless /\.rb$/ =~ f
|
||||||
f = f[libdir.length+1..-1]
|
f = f[libdir.length+1..-1]
|
||||||
path.push f
|
path.push f
|
||||||
dir |= File.dirname(f)
|
dir |= [File.dirname(f)]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
for f in dir
|
for f in dir
|
||||||
|
@ -134,7 +134,7 @@ def install_rb(mfile, dest, srcdir = nil)
|
|||||||
next unless /\.rb$/ =~ f
|
next unless /\.rb$/ =~ f
|
||||||
f = f[libdir.length+1..-1]
|
f = f[libdir.length+1..-1]
|
||||||
path.push f
|
path.push f
|
||||||
dir |= File.dirname(f)
|
dir |= [File.dirname(f)]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
for f in dir
|
for f in dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user