diff options
| author | Jack Nagel | 2012-02-10 13:02:47 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-10 13:02:47 -0600 |
| commit | fde86b2aad00fcb181ffde0cad22e1f90da34817 (patch) | |
| tree | b3634613ed832e6c1527bd518a39eac28872a4fe | |
| parent | a38ae664cc8d62c2d58c8e87dd6d9e1c895423b3 (diff) | |
| download | homebrew-fde86b2aad00fcb181ffde0cad22e1f90da34817.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 |
