1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* instruby.rb (install): erased a garbage.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-01-12 07:49:22 +00:00
parent 729b4a813b
commit 9aa8fcde55

View file

@ -151,7 +151,7 @@ def install(src, dest, options = {})
options[:preserve] = true
d = with_destdir(dest)
super(src, d, options)
if strip and cmd =
if strip
d = File.join(d, File.basename(src)) if $made_dirs[dest]
strip_file(d)
end