From a636d5806705c2ccc68fb9d4fad0ee92dfe06bc8 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 27 Jun 2017 12:07:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=9A=20=20No=20easter=20egg=20for=20you?= =?UTF-8?q?!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Homebrew/cask/lib/hbc/artifact/uninstall_base.rb | 2 -- 1 file changed, 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 d574adee33..695b5a950b 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:"