aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gfortran.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gfortran.rb b/Library/Formula/gfortran.rb
index b00ec6dcd..9cd392cdb 100644
--- a/Library/Formula/gfortran.rb
+++ b/Library/Formula/gfortran.rb
@@ -90,7 +90,7 @@ Fortran-based brews should also specify environment variables for the Fortran
compiler in the install section:
# Select the Fortran compiler to be used:
- ENV["FC"] = ENV["F77"] "\#{HOMEBREW_PREFIX}/bin/gfortran"
+ ENV["FC"] = ENV["F77"] = "\#{HOMEBREW_PREFIX}/bin/gfortran"
# Set Fortran optimization flags:
ENV["FFLAGS"] = ENV["FCFLAGS"] = ENV["CFLAGS"]