aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils/fork.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/utils/fork.rb')
-rw-r--r--Library/Homebrew/utils/fork.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/utils/fork.rb b/Library/Homebrew/utils/fork.rb
index 5504a576a..6e94f250b 100644
--- a/Library/Homebrew/utils/fork.rb
+++ b/Library/Homebrew/utils/fork.rb
@@ -8,9 +8,8 @@ module Utils
read, write = IO.pipe
pid = fork do
- ENV["HOMEBREW_ERROR_PIPE"] = server.path
-
begin
+ ENV["HOMEBREW_ERROR_PIPE"] = server.path
server.close
read.close
write.fcntl(Fcntl::F_SETFD, Fcntl::FD_CLOEXEC)