aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xCellar/homebrew/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cellar/homebrew/brew b/Cellar/homebrew/brew
index 698bb643d..53ffa4aa0 100755
--- a/Cellar/homebrew/brew
+++ b/Cellar/homebrew/brew
@@ -37,7 +37,7 @@ case ARGV[0]
file+='.rb' unless File.exist? file
system "ruby #{file} #{ARGV.join ' '}"
- when 'rm' then
+ when 'rm', 'uninstall' then
path=$root+'Cellar'+ARGV[1]
abort "#{ARGV[1]} is not installed" unless path.directory?
path.rmtree