no longer redirecting STDOUT when running the brew installer

This commit is contained in:
John Jarvis
2012-05-31 10:41:45 -04:00
parent d011ab99ad
commit 908e9c0427

View File

@@ -127,7 +127,7 @@ case `uname -s` in
Darwin)
command -v brew &>/dev/null || {
output "Installing brew"
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)" >>$LOG
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
}
output "Installing OSX requirements"
# brew errors if the package is already installed