From 908e9c0427b0c14ca166ca81fe0acea3990d1f75 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Thu, 31 May 2012 10:41:45 -0400 Subject: [PATCH] no longer redirecting STDOUT when running the brew installer --- create-dev-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-dev-env.sh b/create-dev-env.sh index 0a3d7258eb..1b3b932dd5 100755 --- a/create-dev-env.sh +++ b/create-dev-env.sh @@ -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