aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb
index 88cb5e2ac..bcdd06014 100644
--- a/Library/Homebrew/extend/ENV.rb
+++ b/Library/Homebrew/extend/ENV.rb
@@ -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