aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/build.rb')
-rwxr-xr-xLibrary/Homebrew/build.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index 693b129d4..e75a6841e 100755
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -46,7 +46,6 @@ def main
rescue Exception => e
unless error_pipe.nil?
e.continuation = nil if ARGV.debug?
- error_pipe.flush
Marshal.dump(e, error_pipe)
error_pipe.close
exit! 1