Erratum on environment variable if condition

This commit is contained in:
thibhero 2025-02-06 09:53:57 -05:00
parent 2c4d404cdb
commit 0d2afcffe6

View File

@ -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