From 5a0979c63830dff19533a4426ffca946f4e17742 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 25 Apr 2015 23:22:58 -0400 Subject: Keep subprocess code inside begin block --- Library/Homebrew/utils/fork.rb | 3 +-- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3