diff options
| author | Max Howell | 2009-12-02 10:39:26 +0000 |
|---|---|---|
| committer | Max Howell | 2009-12-02 10:39:26 +0000 |
| commit | d3a52adce3a1425edaa3975fabef01d1940000e5 (patch) | |
| tree | 1b6916fa5eb7629ff08022750af464108048c067 /Library | |
| parent | a687871ae14885ddb454273983c714eb91ee6dfe (diff) | |
| download | brew-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.rb | 2 |
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 |
