diff options
| author | Adam Vandenberg | 2013-02-10 11:15:20 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-10 11:15:20 -0800 |
| commit | b85bf58007697a468436e90ed4d052a9879cba5e (patch) | |
| tree | 8d16efc9d89f2c20a8768a7eaf5a25ed8ea26756 /Library/Homebrew/cmd | |
| parent | 12d2900231a53f1f886736eb038e63e72822ef5d (diff) | |
| download | brew-b85bf58007697a468436e90ed4d052a9879cba5e.tar.bz2 | |
search homebrew-x11
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 1 |
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 |
