aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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