aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-12 18:46:59 -0500
committerJack Nagel2014-03-12 18:47:29 -0500
commit6a3b2d2705a7235e4017654dabf4003a72b87190 (patch)
tree8e3a5c036ade9e3e3cd43f0b406af52fd9839b74 /Library
parent4677195746c3d0fea173eb370b5cf6c429fc1724 (diff)
downloadhomebrew-6a3b2d2705a7235e4017654dabf4003a72b87190.tar.bz2
brew-unpack: remove obsoleted bottle workaround
Diffstat (limited to 'Library')
-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