diff options
| author | Samuel John | 2013-07-18 13:36:26 +0200 |
|---|---|---|
| committer | Samuel John | 2013-07-19 13:38:01 +0200 |
| commit | f9085c2621d1db1341d6a49b36595564e4662c1f (patch) | |
| tree | 99be742411eceba9467c51cd732f3011cc871504 | |
| parent | f97279f9a4349ca4691c50c34f9692586a69bc0f (diff) | |
| download | homebrew-f9085c2621d1db1341d6a49b36595564e4662c1f.tar.bz2 | |
bazaar: Printing python standard_caveats
| -rw-r--r-- | Library/Formula/bazaar.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/bazaar.rb b/Library/Formula/bazaar.rb index 3bdcbe72a..a1a29fbbe 100644 --- a/Library/Formula/bazaar.rb +++ b/Library/Formula/bazaar.rb @@ -24,4 +24,7 @@ class Bazaar < Formula end end + def caveats + python.standard_caveats if python + end end |
