From d3a52adce3a1425edaa3975fabef01d1940000e5 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 2 Dec 2009 10:39:26 +0000 Subject: [PATCH] Nice the install process Makes a big difference on OS X, you can still use the GUI and that. --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 5c4d627b4c..a773cd64e8 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -53,7 +53,7 @@ class FormulaInstaller fork do begin read.close - exec '/usr/bin/ruby', '-I', File.dirname(__FILE__), '-rinstall', f.path, '--', *ARGV.options + exec '/usr/bin/nice', '/usr/bin/ruby', '-I', File.dirname(__FILE__), '-rinstall', f.path, '--', *ARGV.options rescue => e Marshal.dump(e, write) write.close