From 7080ea0de6d2be573d5ef0bd8c012cfde81cd526 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 20 Aug 2010 09:56:34 -0700 Subject: [PATCH] Add 'HOMEBREW_DEBUG_PREFIX' When doing "brew install -i", set the "HOMEBREW_DEBUG_PREFIX" variable to the prefix of the formula being installed. --- Library/Homebrew/install.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb index b4ead5a279..4662779309 100755 --- a/Library/Homebrew/install.rb +++ b/Library/Homebrew/install.rb @@ -85,6 +85,7 @@ def install f puts "to copy the diff to the clipboard." end + ENV['HOMEBREW_DEBUG_PREFIX'] = f.prefix ENV['HOMEBREW_DEBUG_INSTALL'] = f.name interactive_shell nil