aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 3ffed4210..c6ca6c3ef 100755
--- a/bin/brew
+++ b/bin/brew
@@ -230,8 +230,8 @@ begin
ARGV.kegs.each do |keg|
puts "Uninstalling #{keg}..."
keg.uninstall
+ keg.unlink
end
- prune
when 'prune'
prune