diff options
| author | Dominyk Tiller | 2015-04-06 03:41:24 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2015-04-06 20:16:22 -0700 |
| commit | e6589126b17477cf18b100657d1b4e76ec5c0073 (patch) | |
| tree | e0ade46a7ca5777fcdb6ef8675be1f1c0e15ae45 /Library | |
| parent | 5df00e1fd07253c81205099f62112c9fb9a03967 (diff) | |
| download | homebrew-e6589126b17477cf18b100657d1b4e76ec5c0073.tar.bz2 | |
list: exclude pypy from unbrewed
Excludes the PyPy paths from the unbrewed list, since we do the same
with Python.
Closes #38399.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/list.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb index 6dc0636dc..405348e03 100644 --- a/Library/Homebrew/cmd/list.rb +++ b/Library/Homebrew/cmd/list.rb @@ -34,6 +34,10 @@ module Homebrew lib/gio/* lib/node_modules/* lib/python[23].[0-9]/* + lib/pypy/* + lib/pypy3/* + share/pypy/* + share/pypy3/* share/doc/homebrew/* share/info/dir share/man/man1/brew.1 |
