mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* instruby.rb (install): add arguments explicitly to "super".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
38ada9fe87
commit
9556d9333a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Nov 30 14:58:33 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* instruby.rb (install): add arguments explicitly to "super".
|
||||
|
||||
Tue Nov 30 00:49:08 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* eval.c (rb_eval): [ruby-core:03856]
|
||||
|
|
|
@ -59,7 +59,7 @@ include FileUtils::NoWrite if $dryrun
|
|||
|
||||
def install(src, dest, options = {})
|
||||
options[:preserve] = true
|
||||
super
|
||||
super src, dest, options
|
||||
end
|
||||
|
||||
$made_dirs = {}
|
||||
|
|
Loading…
Reference in a new issue