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
commitd3a52adce3a1425edaa3975fabef01d1940000e5 (patch)
tree1b6916fa5eb7629ff08022750af464108048c067 /Library
parenta687871ae14885ddb454273983c714eb91ee6dfe (diff)
downloadbrew-d3a52adce3a1425edaa3975fabef01d1940000e5.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