aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-09 15:55:28 -0500
committerJack Nagel2014-12-09 15:55:28 -0500
commit4f25f521dc8a13da9fad044e4cec70c9d1f4c399 (patch)
tree8d617c43de8210e736d0246b4eb500ef901dd330 /Library/Formula
parent0b804a601d572e36a91907ee1c0db8fcd6d5a790 (diff)
downloadhomebrew-4f25f521dc8a13da9fad044e4cec70c9d1f4c399.tar.bz2
Include FileUtils in AbstractDownloadStrategy
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt5.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index 7a376c8dc..4c8bec958 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -1,8 +1,6 @@
require "formula"
class Qt5HeadDownloadStrategy < GitDownloadStrategy
- include FileUtils
-
def stage
cached_location.cd { reset }
quiet_safe_system "git", "clone", cached_location, "."