diff options
| author | Jack Nagel | 2013-05-27 19:03:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-05-27 19:03:22 -0500 |
| commit | e8c9fc7241c5b8ea53a95a9d26396217474222df (patch) | |
| tree | 5fc2e1ebf6374962aad50ac00805495b7a398dbb /Library/Formula | |
| parent | 8080d17098fcd7eadf69c9665c2fb53f9f1b78c1 (diff) | |
| download | homebrew-e8c9fc7241c5b8ea53a95a9d26396217474222df.tar.bz2 | |
weechat: fix audit warning
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/weechat.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb index bd1ba25e3..13ff47a72 100644 --- a/Library/Formula/weechat.rb +++ b/Library/Formula/weechat.rb @@ -19,8 +19,8 @@ class Weechat < Formula option 'python', 'Build the python module (requires framework Python)' option 'aspell', 'Build the aspell module that checks your spelling' - # cmake finds brewed python when installed, but when searching for the - # libraries it searches for system libraries first. This patch disables + # cmake finds brewed python when installed, but when searching for the + # libraries it searches for system libraries first. This patch disables # default search paths and ensures that brewed python is found first, if not # it falls back to system python. def patches |
