diff options
| author | Adam Vandenberg | 2013-08-02 10:37:26 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-02 10:37:26 -0700 |
| commit | 48a11350dfcf1e58925fa7d853abc137e5d59548 (patch) | |
| tree | a5ffb2ea28675f774a3c62e5f0ea0ec7f379515a /Library/Formula/cmu-sphinxbase.rb | |
| parent | 9f9b41d32bc44cb5b75c12688216f93e9f606743 (diff) | |
| download | homebrew-48a11350dfcf1e58925fa7d853abc137e5d59548.tar.bz2 | |
cmu-sphinxbase: fix audit
Diffstat (limited to 'Library/Formula/cmu-sphinxbase.rb')
| -rw-r--r-- | Library/Formula/cmu-sphinxbase.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cmu-sphinxbase.rb b/Library/Formula/cmu-sphinxbase.rb index 6785cd706..1df106bf3 100644 --- a/Library/Formula/cmu-sphinxbase.rb +++ b/Library/Formula/cmu-sphinxbase.rb @@ -18,6 +18,6 @@ class CmuSphinxbase < Formula end def caveats - python.standard_caveats + python.standard_caveats if python end end |
