aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2017-06-27 12:07:40 +0200
committerMarkus Reiter2017-06-27 12:07:40 +0200
commita636d5806705c2ccc68fb9d4fad0ee92dfe06bc8 (patch)
tree5fc9613ed2a58a5d839b041fcac291958b7dec7d /Library
parentf24fc423624d25472786eac054948feb3430ce63 (diff)
downloadbrew-a636d5806705c2ccc68fb9d4fad0ee92dfe06bc8.tar.bz2
🥚 No easter egg for you!
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/lib/hbc/artifact/uninstall_base.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/artifact/uninstall_base.rb b/Library/Homebrew/cask/lib/hbc/artifact/uninstall_base.rb
index d574adee3..695b5a950 100644
--- a/Library/Homebrew/cask/lib/hbc/artifact/uninstall_base.rb
+++ b/Library/Homebrew/cask/lib/hbc/artifact/uninstall_base.rb
@@ -228,8 +228,6 @@ module Hbc
def uninstall_trash(*paths)
return if paths.empty?
- return `say No trash for you!` if Utils.current_user == "ilovezfs"
-
resolved_paths = each_resolved_path(:trash, paths).to_a
ohai "Trashing files:"