diff options
| author | Jack Nagel | 2012-02-10 13:02:47 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-10 13:02:47 -0600 |
| commit | c5592b83b2de1ebd4a744c664e64dcbc8b36abe5 (patch) | |
| tree | 10a1ab09bf0cb4c293c97824a59ef8272a6024f3 | |
| parent | 46b80bd55220abfb94be7b185d4e73fe7636043b (diff) | |
| download | brew-c5592b83b2de1ebd4a744c664e64dcbc8b36abe5.tar.bz2 | |
Pathname: silence install-info output
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Homebrew/extend/pathname.rb | 2 |
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 |
