Erratum on environment variable if condition
This commit is contained in:
parent
2c4d404cdb
commit
0d2afcffe6
@ -306,7 +306,7 @@ module Homebrew
|
||||
Install.check_cc_argv(args.cc)
|
||||
|
||||
# Showing dependencies and required size to install
|
||||
if args.ask? || !Homebrew::EnvConfig.ask?
|
||||
if args.ask? || Homebrew::EnvConfig.ask?
|
||||
ohai "Looking for dependencies..."
|
||||
package = []
|
||||
bottle_size = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user