Fix doctor's use of missing.
`brew doctor` shelled to `brew missing` and parsed the results. When VERBOSE was true, this caused an error as extra, unexpected output is generated. Make missing an internal command, and give it a programmatic interface.
Library/Homebrew/cmd/missing.rb
0 → 100644
Please register or sign in to comment