Add missing equal sign (=) to setup instructions

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Mathias Laurin 2010-12-30 11:15:14 +01:00 committed by Mike McQuaid
parent 988367d104
commit ef4f2c9d45
1 changed files with 1 additions and 1 deletions

View File

@ -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"]