diff options
| author | Mathias Laurin | 2010-12-30 11:15:14 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2010-12-30 10:41:27 +0000 |
| commit | d1a3c8cbf46384f02656ac76b05dae24b8de79e1 (patch) | |
| tree | 840f0db07bb2c548eb86ff925941ce6814b905d9 /Library/Formula/gfortran.rb | |
| parent | d5a45de7b8cf59b8a4740a97fdef4d74176846a3 (diff) | |
| download | homebrew-d1a3c8cbf46384f02656ac76b05dae24b8de79e1.tar.bz2 | |
Add missing equal sign (=) to setup instructions
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/gfortran.rb')
| -rw-r--r-- | Library/Formula/gfortran.rb | 2 |
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"] |
