diff options
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 |
