diff options
| author | Jack Nagel | 2013-11-29 21:05:01 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-29 21:05:27 -0600 |
| commit | ae1d00e31f888588d90d21587d51f4909922e3fc (patch) | |
| tree | eeb438bb0eed154e3f4b1c927cde6fc6a42c337f /Library/Homebrew/build.rb | |
| parent | 268feffae410c389a4d1483198fded8e93554857 (diff) | |
| download | brew-ae1d00e31f888588d90d21587d51f4909922e3fc.tar.bz2 | |
Revert "FormulaInstaller: flush before closing writes."
This reverts commit 5ce8f7a3a494e1d8e812369301fd4c4a05a7d9b7.
Diffstat (limited to 'Library/Homebrew/build.rb')
| -rwxr-xr-x | Library/Homebrew/build.rb | 1 |
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 |
