diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-14 04:34:43 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-14 04:34:43 +0000 |
commit | ce175376b2a0460d746270831d35240595cac276 (patch) | |
tree | 4db0e4a9b7f8a22513a4fd558425cb0fbaf5eb57 /instruby.rb | |
parent | 1ad26ccf354816b68273e0d9c82594fbcf009f29 (diff) |
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rw-r--r-- | instruby.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instruby.rb b/instruby.rb index 601debfa1e..809ab86f3f 100644 --- a/instruby.rb +++ b/instruby.rb @@ -69,6 +69,8 @@ else end Dir.chdir CONFIG["srcdir"] +File.install "sample/irb.rb", "#{bindir}/irb", 0755, true + Find.find("lib") do |f| next unless /\.rb$/ =~ f dir = rubylibdir+"/"+File.dirname(f[4..-1]) |