aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cmu-sphinxbase.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-02 10:37:26 -0700
committerAdam Vandenberg2013-08-02 10:37:26 -0700
commit48a11350dfcf1e58925fa7d853abc137e5d59548 (patch)
treea5ffb2ea28675f774a3c62e5f0ea0ec7f379515a /Library/Formula/cmu-sphinxbase.rb
parent9f9b41d32bc44cb5b75c12688216f93e9f606743 (diff)
downloadhomebrew-48a11350dfcf1e58925fa7d853abc137e5d59548.tar.bz2
cmu-sphinxbase: fix audit
Diffstat (limited to 'Library/Formula/cmu-sphinxbase.rb')
-rw-r--r--Library/Formula/cmu-sphinxbase.rb2
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