Skip to content

Commit

Permalink
remove installing .rb files from ./bin
Browse files Browse the repository at this point in the history
git-svn-id: http://rubygems.rubyforge.org/svn/trunk@120 3d4018f9-ac1a-0410-99e9-8a154d859a19
  • Loading branch information
rich committed Mar 14, 2004
1 parent e987e96 commit 443b8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rubygems/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def install_rb(srcdir = nil)
next if f =~ /\bCVS\b/
next if f =~ /\.cmd$/ and not is_windows_platform
next if FileTest.directory?(f)
next if f =~ /\.rb$/
source = f
target = File.join(bindir, File.basename(f))
File::install(source, target, 0755, true)
Expand Down

0 comments on commit 443b8d0

Please sign in to comment.