aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 0de6508ca..3924960ec 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -550,6 +550,8 @@ def check_for_multiple_volumes
where_cellar = volumes.which real_cellar
where_temp = volumes.which real_temp
+ Dir.delete tmp
+
unless where_cellar == where_temp
puts <<-EOS.undent
Your Cellar & TEMP folders are on different volumes.