aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2013-12-13 09:29:35 -0800
committerMisty De Meo2013-12-13 09:29:35 -0800
commitea646cd428e891c45419e448c3cf0003864c27f9 (patch)
tree89237e18dd1b835dab570fec6eb6be1471a4b4df /Library
parent775406be912824881d09230cfbaaea8245431ffd (diff)
downloadbrew-ea646cd428e891c45419e448c3cf0003864c27f9.tar.bz2
Adjust bad xcode-select path exit code
Diffstat (limited to 'Library')
-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