Skip to content
Snippets Groups Projects
Commit 27f7e350 authored by Jack Nagel's avatar Jack Nagel
Browse files

Move verbose ENV setup out of brew.rb

parent 65516431
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ module Superenv
self['HOMEBREW_BREW_FILE'] = HOMEBREW_BREW_FILE
self['HOMEBREW_SDKROOT'] = "#{MacOS.sdk_path}" if MacOS::Xcode.without_clt?
self['HOMEBREW_DEVELOPER_DIR'] = determine_developer_dir # used by our xcrun shim
self['HOMEBREW_VERBOSE'] = "1" if ARGV.verbose?
self['CMAKE_PREFIX_PATH'] = determine_cmake_prefix_path
self['CMAKE_FRAMEWORK_PATH'] = determine_cmake_frameworks_path
self['CMAKE_INCLUDE_PATH'] = determine_cmake_include_path
......
......@@ -58,8 +58,6 @@ end
begin
trap("INT", std_trap) # restore default CTRL-C handler
ENV['HOMEBREW_VERBOSE'] = "1" if ARGV.verbose?
aliases = {'ls' => 'list',
'homepage' => 'home',
'-S' => 'search',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment