aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpich2.rb
diff options
context:
space:
mode:
authorJack Nagel2014-05-17 00:17:05 -0500
committerJack Nagel2014-05-17 00:17:05 -0500
commitcc5f504d45dcd07ac5c7a80e5c2984b4fdadc30c (patch)
tree0e7da55769cdc2b09f3c4f3a1aef08fb33269717 /Library/Formula/mpich2.rb
parent5e6f50eead6795ba191f953f4f15cd3820681e7f (diff)
downloadhomebrew-cc5f504d45dcd07ac5c7a80e5c2984b4fdadc30c.tar.bz2
Clean up some obsolete or redundant comments
Diffstat (limited to 'Library/Formula/mpich2.rb')
-rw-r--r--Library/Formula/mpich2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mpich2.rb b/Library/Formula/mpich2.rb
index ffc6790a5..7e1df234c 100644
--- a/Library/Formula/mpich2.rb
+++ b/Library/Formula/mpich2.rb
@@ -32,7 +32,7 @@ class Mpich2 < Formula
if build.head?
# ensure that the consistent set of autotools built by homebrew is used to
# build MPICH, otherwise very bizarre build errors can occur
- ENV['MPICH_AUTOTOOLS_DIR'] = (HOMEBREW_PREFIX+'bin')
+ ENV['MPICH_AUTOTOOLS_DIR'] = HOMEBREW_PREFIX+'bin'
system "./autogen.sh"
end