From 942d66dcbb02b4b3b6c8be95f2d25b35ec0ff6ec 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: http://svn.ruby-lang.org/repos/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 908efafec..cdf9d53a9 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 ca592ede5..039681853 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