From 6a51faf37f236c8d7f6bd97c0725e7a9657f6180 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 1 Dec 2009 10:54:59 +0000 Subject: include FileUtils into Formula Thus mv, rm etc, functions are almost as handy as pure shell scripting, without issues related to spaces in filenames. --- Library/Homebrew/formula.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 6f3fd6e48..ce637b32a 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -22,6 +22,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # require 'download_strategy' +require 'fileutils' class FormulaUnavailableError