* 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
@ -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>
|
Tue Nov 30 00:49:08 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* eval.c (rb_eval): [ruby-core:03856]
|
* eval.c (rb_eval): [ruby-core:03856]
|
||||||
|
@ -59,7 +59,7 @@ include FileUtils::NoWrite if $dryrun
|
|||||||
|
|
||||||
def install(src, dest, options = {})
|
def install(src, dest, options = {})
|
||||||
options[:preserve] = true
|
options[:preserve] = true
|
||||||
super
|
super src, dest, options
|
||||||
end
|
end
|
||||||
|
|
||||||
$made_dirs = {}
|
$made_dirs = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user