ENV.rb: Fix typo in Fortran environment variables

`FFFLAGS` should be `FFLAGS`.
This commit is contained in:
Charlie Sharpsteen 2011-11-23 09:25:22 -08:00
parent 75a7c33e6a
commit 399d73e100

View File

@ -158,7 +158,7 @@ module HomebrewEnvExtension
if ARGV.include? '--default-fortran-flags'
self['FCFLAGS'] = self['CFLAGS'] unless self['FCFLAGS']
self['FFFLAGS'] = self['CFLAGS'] unless self['FFFLAGS']
self['FFLAGS'] = self['CFLAGS'] unless self['FFLAGS']
elsif not self['FCFLAGS'] or self['FFLAGS']
opoo <<-EOS
No Fortran optimization information was provided. You may want to consider