aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel John2013-07-18 13:36:26 +0200
committerSamuel John2013-07-19 13:38:01 +0200
commitf9085c2621d1db1341d6a49b36595564e4662c1f (patch)
tree99be742411eceba9467c51cd732f3011cc871504
parentf97279f9a4349ca4691c50c34f9692586a69bc0f (diff)
downloadhomebrew-f9085c2621d1db1341d6a49b36595564e4662c1f.tar.bz2
bazaar: Printing python standard_caveats
-rw-r--r--Library/Formula/bazaar.rb3
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