diff options
| author | Dominyk Tiller | 2015-04-06 03:41:24 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2015-04-06 20:16:22 -0700 |
| commit | 6370ccf9a81bbd9c0b4ddb6068a91c649529d514 (patch) | |
| tree | c5e014ee5b091d3b244743111e6fb3ddb5962311 /Library/Homebrew/cmd | |
| parent | 828125f4ca301bef79a407da902738725e67fef3 (diff) | |
| download | brew-6370ccf9a81bbd9c0b4ddb6068a91c649529d514.tar.bz2 | |
list: exclude pypy from unbrewed
Excludes the PyPy paths from the unbrewed list, since we do the same
with Python.
Closes Homebrew/homebrew#38399.
Diffstat (limited to 'Library/Homebrew/cmd')
| -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 |
