mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Don't output Ruby warnings
We don't want bug reports about this crap, even though the user REALLY should listen to the warning message. What actually happens is they blame us instead. This kind of warning in particular: warning: Insecure world writable dir /usr/local/bin in PATH
This commit is contained in:
parent
a9f246eaad
commit
97b841c1d5
@ -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',
|
||||
'--',
|
||||
|
Loading…
x
Reference in New Issue
Block a user