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
Родитель 03581d5826
Коммит bc722c84cd
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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