diff options
| author | Misty De Meo | 2013-12-13 09:29:35 -0800 | 
|---|---|---|
| committer | Misty De Meo | 2013-12-13 09:29:35 -0800 | 
| commit | 68a651f5981129b38958742f010cc6de2f845036 (patch) | |
| tree | 1e97ad2cc636d4b256c74d90cb1a5d393b5db581 /Library/brew.rb | |
| parent | ae177adb2bd55ee5ad6367e7639c4cf0c774b63a (diff) | |
| download | homebrew-68a651f5981129b38958742f010cc6de2f845036.tar.bz2 | |
Adjust bad xcode-select path exit code
Diffstat (limited to 'Library/brew.rb')
| -rwxr-xr-x | Library/brew.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/brew.rb b/Library/brew.rb index 6a2369b46..0710f6bec 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -29,7 +29,7 @@ if `xcode-select -print-path 2>/dev/null`.chomp == '/' && MacOS.version < :maver      sudo rm -rf /usr/share/xcode-select    EOS -  exit -1 +  exit 1  end  case ARGV.first when '-h', '--help', '--usage', '-?', 'help', nil | 
