From 06f72ab38f7330eaef9a4cc05dd31b35e8bf26f5 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Mon, 13 Apr 2015 18:02:46 +0800 Subject: move safe_fork into a standalone method --- Library/Homebrew/utils.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/utils.rb') diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 2cdd920c9..ad358581e 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -4,6 +4,7 @@ require 'os/mac' require 'utils/json' require 'utils/inreplace' require 'utils/popen' +require 'utils/fork' require 'open-uri' class Tty -- cgit v1.2.3