aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-02 10:10:57 -0800
committerAdam Vandenberg2014-02-02 10:10:57 -0800
commit20161a4eafce809bd1ff461e04c5a2127a68f927 (patch)
tree7ae3e50717016216d1e543b24d0c95d3c0856ea5 /Library
parent5ca8bfbbec99e890d34c7c7ed00344370f27bbfd (diff)
downloadhomebrew-20161a4eafce809bd1ff461e04c5a2127a68f927.tar.bz2
plan9port: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/plan9port.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/plan9port.rb b/Library/Formula/plan9port.rb
index a997142c8..64efae8fc 100644
--- a/Library/Formula/plan9port.rb
+++ b/Library/Formula/plan9port.rb
@@ -11,7 +11,7 @@ class Plan9port < Formula
libexec.install Dir["*"]
bin.install_symlink Dir["#{libexec}/bin/9"]
- Dir["#{libexec}/mac/*.app"].each {|path| mv path, prefix }
+ prefix.install Dir["#{libexec}/mac/*.app"]
end
test do