From 743c3d73daf020fa57aea2e372ed52fae8d0d719 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/trunk@10988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ instruby.rb | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index b264cfd07..fa9cf3bcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 22 01:36:34 2006 Nobuyoshi Nakada + + * instruby.rb: include FileUtils unconditionally. + Fri Sep 22 00:36:05 2006 Nobuyoshi Nakada * numeric.c (Init_Numeric): fix_odd_p and fix_even_p are for Fixnum. diff --git a/instruby.rb b/instruby.rb index f70538b63..b54ff816d 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