aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-10 11:15:20 -0800
committerAdam Vandenberg2013-02-10 11:15:20 -0800
commitb85bf58007697a468436e90ed4d052a9879cba5e (patch)
tree8d16efc9d89f2c20a8768a7eaf5a25ed8ea26756 /Library/Homebrew
parent12d2900231a53f1f886736eb038e63e72822ef5d (diff)
downloadbrew-b85bf58007697a468436e90ed4d052a9879cba5e.tar.bz2
search homebrew-x11
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/search.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb
index 39b70ad8b..f64bb5405 100644
--- a/Library/Homebrew/cmd/search.rb
+++ b/Library/Homebrew/cmd/search.rb
@@ -41,6 +41,7 @@ module Homebrew extend self
threads << Thread.new { search_tap "Homebrew", "games", rx }
threads << Thread.new { search_tap "Homebrew", "science", rx }
threads << Thread.new { search_tap "Homebrew", "completions", rx }
+ threads << Thread.new { search_tap "Homebrew", "x11", rx }
threads.each do |t|
results << t.value