From 4cea6157a1a6ac1e06294885ee1db06d34e54de3 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 1 Dec 2009 10:54:59 +0000 Subject: [PATCH] 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(+) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 6f3fd6e488..ce637b32a3 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