no_weak_imports: call ENV.append, not .add

This commit is contained in:
Misty De Meo 2016-08-24 14:05:32 +10:00
parent cb700b67e2
commit e93771ae07

View File

@ -104,7 +104,7 @@ module Superenv
end
def no_weak_imports
add "HOMEBREW_CCCFG", "w"
append "HOMEBREW_CCCFG", "w"
end
# These methods are no longer necessary under superenv, but are needed to