aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-09-22 08:22:08 +0100
committerGitHub2016-09-22 08:22:08 +0100
commit0f975ceb9fb92730eee315b528d0d19258b9aeef (patch)
treefa70921c9d8a99791da30020a9b480c57f392674 /Library
parentee644d17cd9c468c1bbee2630a2cdd838bfca16e (diff)
parent9a0127e7abb6a2b0fd40453ed8665eb0ecfd63f0 (diff)
downloadbrew-0f975ceb9fb92730eee315b528d0d19258b9aeef.tar.bz2
Merge pull request #1066 from maxim-belkin/readall-fix
readall: do not require itself.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/readall.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/readall.rb b/Library/Homebrew/readall.rb
index 61222e015..3dd7075ec 100644
--- a/Library/Homebrew/readall.rb
+++ b/Library/Homebrew/readall.rb
@@ -1,7 +1,6 @@
require "formula"
require "tap"
require "thread"
-require "readall"
module Readall
class << self