aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-12-02 10:39:26 +0000
committerMax Howell2009-12-02 10:39:26 +0000
commit36ae32512c51c4eca36eaa878689bcddd7fd8bb8 (patch)
tree1e56c5224d663f2148c200f9f452ed105a7156eb /Library
parent7694ac6f5b9bf76e19dd4cd37cfbd7f6d41e7948 (diff)
downloadhomebrew-36ae32512c51c4eca36eaa878689bcddd7fd8bb8.tar.bz2
Nice the install process
Makes a big difference on OS X, you can still use the GUI and that.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 5c4d627b4..a773cd64e 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