aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mr.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-19 11:15:10 -0700
committerAdam Vandenberg2010-09-19 11:15:10 -0700
commitbe9b9bb30d143326377b272b2c0c541caa7905b8 (patch)
tree45fcb8d169cccc621660800fac8d288fe01c41e0 /Library/Formula/mr.rb
parentba010f10f578c6e096e4124dc144ccb816f07d89 (diff)
downloadhomebrew-be9b9bb30d143326377b272b2c0c541caa7905b8.tar.bz2
use gzip multi-arg support
Diffstat (limited to 'Library/Formula/mr.rb')
-rw-r--r--Library/Formula/mr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mr.rb b/Library/Formula/mr.rb
index 1fd1da6bf..5b4682984 100644
--- a/Library/Formula/mr.rb
+++ b/Library/Formula/mr.rb
@@ -8,7 +8,7 @@ class Mr <Formula
def install
system "make"
bin.install ['mr', 'webcheckout']
- man1.install [gzip('mr.1'), gzip('webcheckout.1')]
+ man1.install gzip('mr.1', 'webcheckout.1')
(share+'mr').install Dir['lib/*']
end
end