aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/brew.sh
diff options
context:
space:
mode:
authorMatt Tagg2016-10-18 18:40:57 -0700
committerGitHub2016-10-18 18:40:57 -0700
commitdb6681f2efed03068156f3e9a953283ca134bfc7 (patch)
treeb6132d3452026f24357bc6c6540773687ecb7b9b /Library/Homebrew/brew.sh
parentd08f61a704fa174c0990e602a89b9b5bcbc8228a (diff)
downloadbrew-db6681f2efed03068156f3e9a953283ca134bfc7.tar.bz2
brew.sh: tweak xcode hint to auto-accept license
Small improvement to the xcode license hint. Reduces friction by allowing user to accept the license in a single step. Reference: http://apple.stackexchange.com/questions/175069/how-to-accept-xcode-license
Diffstat (limited to 'Library/Homebrew/brew.sh')
-rw-r--r--Library/Homebrew/brew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh
index cbf39d0d7..6189fac84 100644
--- a/Library/Homebrew/brew.sh
+++ b/Library/Homebrew/brew.sh
@@ -165,7 +165,7 @@ EOS
then
odie <<EOS
You have not agreed to the Xcode license. Please resolve this by running:
- sudo xcodebuild -license
+ sudo xcodebuild -license accept
EOS
fi
fi