diff --git a/Library/Contributions/cmd/brew-unpack.rb b/Library/Contributions/cmd/brew-unpack.rb index 96ea9148a2..a86c8b7ff7 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