aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorJack Nagel2014-03-12 18:46:59 -0500
committerJack Nagel2014-03-12 18:47:29 -0500
commit6e2a469e8b95f98dc71adf57ba8b0ce85f02ecf4 (patch)
tree881ce068dc54b31930c82d70f5adeb89911fe403 /Library/Contributions
parent0fd32118c7107cfc7c895b9a1aa9a95ef2986423 (diff)
downloadbrew-6e2a469e8b95f98dc71adf57ba8b0ce85f02ecf4.tar.bz2
brew-unpack: remove obsoleted bottle workaround
Diffstat (limited to 'Library/Contributions')
-rwxr-xr-xLibrary/Contributions/cmd/brew-unpack.rb3
1 files changed, 0 insertions, 3 deletions
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