aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.rb
diff options
context:
space:
mode:
authorMisty De Meo2013-12-13 09:29:35 -0800
committerMisty De Meo2013-12-13 09:29:35 -0800
commit68a651f5981129b38958742f010cc6de2f845036 (patch)
tree1e97ad2cc636d4b256c74d90cb1a5d393b5db581 /Library/brew.rb
parentae177adb2bd55ee5ad6367e7639c4cf0c774b63a (diff)
downloadhomebrew-68a651f5981129b38958742f010cc6de2f845036.tar.bz2
Adjust bad xcode-select path exit code
Diffstat (limited to 'Library/brew.rb')
-rwxr-xr-xLibrary/brew.rb2
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