summaryrefslogtreecommitdiffstats
path: root/instruby.rb
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-30 06:01:58 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-30 06:01:58 +0000
commit350f6febe9f13deeb9a850816ca0c3f27af06229 (patch)
tree7149a3c21192bff901dc424b5caaeae08fc39ffc /instruby.rb
parent402ae1e8ca080c890a2c7e3575cbebcbc7f0fbac (diff)
downloadruby-350f6febe9f13deeb9a850816ca0c3f27af06229.tar.gz
ruby-350f6febe9f13deeb9a850816ca0c3f27af06229.tar.xz
ruby-350f6febe9f13deeb9a850816ca0c3f27af06229.zip
* instruby.rb (install): add arguments explicitly to "super".
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb
index c4ab168d6..984a992b3 100644
--- a/instruby.rb
+++ b/instruby.rb
@@ -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 = {}