aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-10 11:15:20 -0800
committerAdam Vandenberg2013-02-10 11:15:20 -0800
commit295d2832a2c5b9c0a1dfc1d29b4edf4b6a496a3b (patch)
tree9ddd23381220b686f53213e752efe10db8cd3e99 /Library
parent0e6580fd1ac3d8c927b535fe068c401aedce0298 (diff)
downloadhomebrew-295d2832a2c5b9c0a1dfc1d29b4edf4b6a496a3b.tar.bz2
search homebrew-x11
Diffstat (limited to 'Library')
-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