diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/superenv.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index dfa6b2610..1a665d00f 100644 --- a/Library/Homebrew/superenv.rb +++ b/Library/Homebrew/superenv.rb @@ -25,6 +25,7 @@ rescue # blanket rescue because there are naked raises false end +# Note that this block is guarded with `if superenv?` class << ENV attr_accessor :keg_only_deps, :deps, :x11 alias_method :x11?, :x11 |
