From 9384a93752f83581c389aa73e1c45f8a0685458b Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 21 Sep 2006 16:37:05 +0000 Subject: * instruby.rb: include FileUtils unconditionally. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ instruby.rb | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 908efafecc..cdf9d53a91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 22 01:36:34 2006 Nobuyoshi Nakada + + * instruby.rb: include FileUtils unconditionally. + Thu Sep 21 22:56:20 2006 Nobuyoshi Nakada * common.mk (no-install): not install rdoc actually. diff --git a/instruby.rb b/instruby.rb index ca592ede5b..039681853e 100644 --- a/instruby.rb +++ b/instruby.rb @@ -81,6 +81,7 @@ end parse_args() +include FileUtils include FileUtils::NoWrite if $dryrun @fileutils_output = STDOUT @fileutils_label = '' -- cgit v1.2.3