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