From c5592b83b2de1ebd4a744c664e64dcbc8b36abe5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 10 Feb 2012 13:02:47 -0600 Subject: Pathname: silence install-info output Signed-off-by: Jack Nagel --- Library/Homebrew/extend/pathname.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3