From 1f267f1ee5cac23ca05baade186d20f8ad726cf2 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 25 Jan 2003 21:42:42 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- instruby.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'instruby.rb') diff --git a/instruby.rb b/instruby.rb index 16caec158f..943bfabc36 100644 --- a/instruby.rb +++ b/instruby.rb @@ -46,11 +46,17 @@ end parse_args() -include FileUtils::Verbose +include FileUtils include FileUtils::NoWrite if $dryrun @fileutils_output = STDOUT @fileutils_label = '' alias makelink ln_sf +class << self + body = proc {|*args|super(*args<<:verbose)} + for func in [:install, :makedirs, :makelink] + define_method(func, body) + end +end exeext = CONFIG["EXEEXT"] -- cgit v1.2.3