From 6e2a469e8b95f98dc71adf57ba8b0ce85f02ecf4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 12 Mar 2014 18:46:59 -0500 Subject: brew-unpack: remove obsoleted bottle workaround --- Library/Contributions/cmd/brew-unpack.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library') diff --git a/Library/Contributions/cmd/brew-unpack.rb b/Library/Contributions/cmd/brew-unpack.rb index 96ea9148a..a86c8b7ff 100755 --- a/Library/Contributions/cmd/brew-unpack.rb +++ b/Library/Contributions/cmd/brew-unpack.rb @@ -23,9 +23,6 @@ module ScriptDataReader end end -# otherwise we may unpack bottles -ENV['HOMEBREW_BUILD_FROM_SOURCE'] = '1' - # Need to tweak the Formula class slightly so that patching is option and `DATA` # patches work correctly. class Formula -- cgit v1.2.3