diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index acc3695153..dec9090d18 100644 --- a/Library/Homebrew/superenv.rb +++ b/Library/Homebrew/superenv.rb @@ -255,7 +255,7 @@ class << ENV fetch(key) elsif %w{CPPFLAGS CFLAGS LDFLAGS}.include? key class << (a = "") - attr :key, true + attr_accessor :key def + value ENV[key] = value end