aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/brew.rb b/Library/Homebrew/brew.rb
index 9d29f4396..0244be621 100644
--- a/Library/Homebrew/brew.rb
+++ b/Library/Homebrew/brew.rb
@@ -107,8 +107,7 @@ begin
safe_system(*tap_commands)
exec HOMEBREW_BREW_FILE, cmd, *ARGV
else
- onoe "Unknown command: #{cmd}"
- exit 1
+ odie "Unknown command: #{cmd}"
end
end