aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-02-10 13:02:47 -0600
committerJack Nagel2012-02-10 13:02:47 -0600
commitfde86b2aad00fcb181ffde0cad22e1f90da34817 (patch)
treeb3634613ed832e6c1527bd518a39eac28872a4fe
parenta38ae664cc8d62c2d58c8e87dd6d9e1c895423b3 (diff)
downloadhomebrew-fde86b2aad00fcb181ffde0cad22e1f90da34817.tar.bz2
Pathname: silence install-info output
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Homebrew/extend/pathname.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index 1d51ae54d..cc1006c0a 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -269,7 +269,7 @@ class Pathname
unless self.symlink?
raise "Cannot install info entry for unbrewed info file '#{self}'"
end
- system '/usr/bin/install-info', self.to_s, (self.dirname+'dir').to_s
+ system '/usr/bin/install-info', '--quiet', self.to_s, (self.dirname+'dir').to_s
end
def uninstall_info