diff options
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ export HOMEBREW_CELLAR if [[ -n "$HOMEBREW_OSX" ]] then - if [[ "$('xcode-select' --print-path)" = "/" ]] + if [[ "$('/usr/bin/xcode-select' --print-path)" = "/" ]] then odie <<EOS Your xcode-select path is currently set to '/'. |
