diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 419a8855c..cd32eff9f 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -196,6 +196,7 @@ class FormulaInstaller read.close exec '/usr/bin/nice', '/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby', + '-W0', '-I', Pathname.new(__FILE__).dirname, '-rbuild', '--', |
