1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-12-05 11:07:49 +00:00
parent 03581d5826
commit bc722c84cd
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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